mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-03 00:31:50 +00:00
Improve mergify config (#6852)
* improve mergify config * negate conflict
This commit is contained in:
6
.github/mergify.yml
vendored
6
.github/mergify.yml
vendored
@@ -18,6 +18,7 @@ pull_request_rules:
|
||||
- base=unstable
|
||||
- label=trivial
|
||||
- author=@sigp/lighthouse
|
||||
- -conflict
|
||||
actions:
|
||||
review:
|
||||
type: APPROVE
|
||||
@@ -26,11 +27,11 @@ pull_request_rules:
|
||||
conditions:
|
||||
# All branch protection rules are implicit: https://docs.mergify.com/conditions/#about-branch-protection
|
||||
- base=unstable
|
||||
- label=ready-to-merge
|
||||
- label=ready-for-merge
|
||||
- label!=do-not-merge
|
||||
actions:
|
||||
queue:
|
||||
|
||||
|
||||
queue_rules:
|
||||
- name: default
|
||||
batch_size: 8
|
||||
@@ -48,6 +49,7 @@ queue_rules:
|
||||
- "#approved-reviews-by >= 1"
|
||||
- "check-success=license/cla"
|
||||
- "check-success=target-branch-check"
|
||||
- "label!=do-not-merge"
|
||||
merge_conditions:
|
||||
- "check-success=test-suite-success"
|
||||
- "check-success=local-testnet-success"
|
||||
|
||||
Reference in New Issue
Block a user