Enabling auto-merge (and some extra branch protection rules) #44
DavidBiddle
started this conversation in
Ideas
Replies: 2 comments 7 replies
-
I'm interested in this. Would minimum numbers of code reviewers also be a prerequisite? |
Beta Was this translation helpful? Give feedback.
5 replies
-
With auto-merge and CD, a ticket could be done as soon as someone approves it. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to propose that we enable auto-merging on our pull requests - this would mean that at any point after creating a PR you could set it to merge automatically when all checks pass. This would marginally reduce manual effort, and reduce the risk of approved and ready PRs sitting around without being merged, and eventually going stale.
As a counterbalance to this, I'd also want to enable the following branch protection rules on
main
for each repo:This would make sure that only PRs which are actually ready get merged.
Beta Was this translation helpful? Give feedback.
All reactions