Skip to content

Commit a97cca5

Browse files
jimmygchenowanikin
authored andcommitted
Update mergify rule to not evaluate PRs that are not ready for review - to reduce noise and avoid updating stale PRs. (sigp#7494)
1 parent 17b19f2 commit a97cca5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pull_request_rules:
44
- -closed
55
- conflict
66
- -author=dependabot[bot]
7+
- label=ready-for-review
78
- or:
89
- -draft # Don't report conflicts on regular draft.
910
- and: # Do report conflicts on draft that are scheduled for the next major release.
@@ -22,6 +23,7 @@ pull_request_rules:
2223
- name: Ask to resolve CI failures
2324
conditions:
2425
- -closed
26+
- label=ready-for-review
2527
- or:
2628
- check-skipped=test-suite-success
2729
- check-skipped=local-testnet-success

0 commit comments

Comments
 (0)