rebase
rebase copied to clipboard
Feature request - merge instead of rebase?
We use merges once code review has started to avoid churning reviews. What would you think of an option to specify merging the base branch?
I've got a working implementation of this in a fork that I'm using right now: https://github.com/zacsweers/rebase
Bonus - I've also set up hiding/deletion of the original comment if you'd be interested in that as well
@ZacSweers could you please open a PR? /merge will be an awesome addition!
Will do!
heads up, i have a fork of this repo that does only merges and has some docs around using PATs to trigger downstream workflows: https://github.com/ankitvgupta/pr-updater/blob/master/README.md.
Happy to help in any way I can!