Update mergify rule to not evaluate PRs that are not ready for review - to reduce noise and avoid updating stale PRs. (#7494)

This commit is contained in:
Jimmy Chen
2025-05-21 18:18:48 +10:00
committed by GitHub
parent e21198c08b
commit 7759cb8f91

2
.github/mergify.yml vendored
View File

@@ -4,6 +4,7 @@ pull_request_rules:
- -closed
- conflict
- -author=dependabot[bot]
- label=ready-for-review
- or:
- -draft # Don't report conflicts on regular draft.
- and: # Do report conflicts on draft that are scheduled for the next major release.
@@ -22,6 +23,7 @@ pull_request_rules:
- name: Ask to resolve CI failures
conditions:
- -closed
- label=ready-for-review
- or:
- check-skipped=test-suite-success
- check-skipped=local-testnet-success