Skip to content

Commit

Permalink
ci: fix mergify config
Browse files Browse the repository at this point in the history
Change-Id: I4ae40922846f7c57678858465b21f0e7e39ee932
  • Loading branch information
jd committed Dec 11, 2024
1 parent 893ed0e commit 5c85601
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,11 @@ pull_request_rules:
conditions:
- author != dependabot[bot]
- -closed
- check-success = test
- and: &CheckRuns
- check-success = test (3.10)
- check-success = test (3.11)
- check-success = test (3.12)
- check-success = test (3.13)
- "#approved-reviews-by=0"
- "#changes-requested-reviews-by=0"
- "review-requested != @devs"
Expand All @@ -36,12 +40,12 @@ merge_protections:
- "#approved-reviews-by >= 1"

- name: Continuous Integration
if:
if: []
success_conditions:
- check-success = test
- and: *CheckRuns

- name: No review blocker
if:
if: []
success_conditions:
- "#changes-requested-reviews-by = 0"
- "#review-threads-unresolved = 0"
Expand Down

0 comments on commit 5c85601

Please sign in to comment.