-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(mergify): restrict merges with unresolved threads #3453
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I was looking for something like this in the Mergify docs and just did not have the grep-fu to find it 🙏🙏🙏
@dconnolly we don't need to set GitHub auto-merge any more, because mergify will do the merge. |
Not for changes to Mergify config, which makes sense: |
Ah right, I just read that:
|
Codecov Report
@@ Coverage Diff @@
## main #3453 +/- ##
==========================================
- Coverage 78.34% 78.04% -0.30%
==========================================
Files 267 272 +5
Lines 31526 31532 +6
==========================================
- Hits 24698 24609 -89
- Misses 6828 6923 +95 |
Motivation
We've had a few cases of Mergify merging reviewed PR's with unresolved comments.
Solution
"#review-threads-unresolved=0"
to allpull_request_rules
which will prevent merges with unresolved threads.Review
@dconnolly