Skip to content

Commit

Permalink
improve mergify config
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Jan 23, 2025
1 parent 6b6f2be commit f43a098
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ pull_request_rules:
- base=unstable
- label=trivial
- author=@sigp/lighthouse
- conflict
actions:
review:
type: APPROVE
Expand All @@ -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
Expand All @@ -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"

0 comments on commit f43a098

Please sign in to comment.