mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
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:
2
.github/mergify.yml
vendored
2
.github/mergify.yml
vendored
@@ -4,6 +4,7 @@ pull_request_rules:
|
|||||||
- -closed
|
- -closed
|
||||||
- conflict
|
- conflict
|
||||||
- -author=dependabot[bot]
|
- -author=dependabot[bot]
|
||||||
|
- label=ready-for-review
|
||||||
- or:
|
- or:
|
||||||
- -draft # Don't report conflicts on regular draft.
|
- -draft # Don't report conflicts on regular draft.
|
||||||
- and: # Do report conflicts on draft that are scheduled for the next major release.
|
- 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
|
- name: Ask to resolve CI failures
|
||||||
conditions:
|
conditions:
|
||||||
- -closed
|
- -closed
|
||||||
|
- label=ready-for-review
|
||||||
- or:
|
- or:
|
||||||
- check-skipped=test-suite-success
|
- check-skipped=test-suite-success
|
||||||
- check-skipped=local-testnet-success
|
- check-skipped=local-testnet-success
|
||||||
|
|||||||
Reference in New Issue
Block a user