peter-evans / rebase

A GitHub action to rebase pull requests in a repository
MIT License
45 stars 19 forks source link

Accept options for the rebase command #151

Closed keichan34 closed 1 month ago

keichan34 commented 1 month ago

Our use case also required -Xtheirs, so I implemented it. Let me know if anything should be updated. I reused utils.getInputAsArray to split arguments and documented the behavior, but if there's a better way to do this let me know so I can fix it. I wanted to do whitespace first, but thinking about interactions between single and double quotes, etc, it just is much easier to delimit by newline.

Closes #114

peter-evans commented 1 month ago

Thank you! LGTM 🚀

I wanted to do whitespace first, but thinking about interactions between single and double quotes, etc, it just is much easier to delimit by newline.

I think what you've done is fine. 👍

peter-evans commented 1 month ago

Released as v3.1.0 / v3