mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 13:54:44 +00:00
Update mergify rules so that I can add waiting-on-author on a PR that's passing CI. Remove noisy comments.
This commit is contained in:
10
.github/mergify.yml
vendored
10
.github/mergify.yml
vendored
@@ -48,17 +48,17 @@ pull_request_rules:
|
|||||||
# CI workflows approvals.
|
# CI workflows approvals.
|
||||||
- check-success=test-suite-success
|
- check-success=test-suite-success
|
||||||
- check-success=local-testnet-success
|
- check-success=local-testnet-success
|
||||||
- "#review-requested > 0"
|
# Update the label only if there are no more change requests from any reviewers and no unresolved threads.
|
||||||
|
# This rule ensures that a PR with passing CI can be marked as `waiting-on-author`.
|
||||||
|
- or:
|
||||||
|
- "#changes-requested-reviews-by = 0"
|
||||||
|
- "#review-threads-unresolved = 0"
|
||||||
actions:
|
actions:
|
||||||
label:
|
label:
|
||||||
remove:
|
remove:
|
||||||
- waiting-on-author
|
- waiting-on-author
|
||||||
add:
|
add:
|
||||||
- ready-for-review
|
- ready-for-review
|
||||||
comment:
|
|
||||||
message: >
|
|
||||||
All required checks have passed and there are no merge conflicts.
|
|
||||||
This pull request may now be ready for another review.
|
|
||||||
|
|
||||||
- name: Close stale pull request after 30 days of inactivity
|
- name: Close stale pull request after 30 days of inactivity
|
||||||
conditions:
|
conditions:
|
||||||
|
|||||||
Reference in New Issue
Block a user