Add option to disable review dismissal on clean rebase of the stack #390
PilotConway
started this conversation in
Feedback
Replies: 0 comments
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.
We use the ruleset option "Dismiss stale pull request approvals when new commits are pushed" on our default branch. However, with the new stack feature, clicking on Rebase Stack when there are no conflicts still dismisses the pull request review since technically there is a new commit.
We would love the ability to allow a stack rebase, with no conflicts, to bypass dismissal since the diff results in the same set of changes.
All reactions