[Feature Request] Enable Auto-merge for Specific Branch (e.g., main) #118865
Unanswered
andrewring
asked this question in
Pull Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Select Topic Area
Product Feedback
Body
A common practice to keep PRs small is to create a chain of PRs, such as
Merging a base branch, such as
PR1
will already updatePR2
such that it now ismain <- branch_bar
.Auto-merge makes it much easier to send a small PR off for review, and have it manage itself if there are no changes requested. This doesn't support the chain above, however. Ideally, I would love to be able to enable automerge for a specific final target branch. In this case, it would be main. So here when
PR1
merges, andPR2
updates it's base branch to main, it would activate auto-merge. This would allow a chain of send and forget PRs (assuming approval without changes requested, of course).This would ideally fall out of #4477.
Beta Was this translation helpful? Give feedback.
All reactions