Skip to content

Commit 3cce749

Browse files
remyduthuclaude
andauthored
ci(mergify): Re-request devs review until required approvals are met (#444)
The request-review rule stopped requesting @devs after the first approval (#approved-reviews-by=0), yet the Approval merge protection requires two. A pull request would silently stall after review #1 with no reviewer requested for review #2. Match the monorepo behavior: keep re-requesting @devs while below the two-approval requirement (#approved-reviews-by < 2). When a dev reviews, GitHub drops the team request and Mergify automatically re-adds it until the merge gate is satisfied. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent d9a9ff6 commit 3cce749

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pull_request_rules:
2323
- check-success = test (3.13)
2424
- check-success = test (3.14)
2525
- check-success = codespell
26-
- "#approved-reviews-by=0"
26+
- "#approved-reviews-by < 2"
2727
- "#changes-requested-reviews-by=0"
2828
- review-requested != @devs
2929
actions:

0 commit comments

Comments
 (0)