Make "Rebase stack" button controllable #324
gabrielittner
started this conversation in
Feedback
Replies: 1 comment
|
I'm seeing similar accidental rebases in my company where the presence of the button feels like a necessary action, resulting in wasted CI cycles for otherwise mergable code |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Can the "Rebase stack" button either follow the "Always suggest updating pull request" option or get an equivalent option?

We'd like to only show it when a rebase is needed and not all the time. In my experience it usually leads to unnecessary rebases and we're using merge queue anyways to make sure that
mainremains in a good state.All reactions