mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +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
|
||||
- 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
|
||||
|
||||
Reference in New Issue
Block a user