rebase icon indicating copy to clipboard operation
rebase copied to clipboard

Feature request - merge instead of rebase?

Open ZacSweers opened this issue 5 years ago • 4 comments

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?

ZacSweers avatar Jul 16 '20 22:07 ZacSweers

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 avatar Jul 21 '20 16:07 ZacSweers

@ZacSweers could you please open a PR? /merge will be an awesome addition!

fkorotkov avatar Jul 21 '20 17:07 fkorotkov

Will do!

ZacSweers avatar Jul 21 '20 17:07 ZacSweers

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!

ankitvgupta avatar Sep 04 '20 00:09 ankitvgupta