Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Mergify <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
mergify[bot] authored Nov 22, 2024
1 parent 8a98923 commit 719b38e
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
queue_rules:
- name: default
queue_conditions:
- base = main
- "#approved-reviews-by>=1"
- -label~=(do-not-merge)
- status-success=build
merge_conditions: []
commit_message_template: |-
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

pull_request_rules:
- name: put PRs in queue (squash)
conditions:
- base = main
- "#approved-reviews-by>=1"
- -label~=(do-not-merge)
- status-success=build
actions:
queue:
merge_method: squash
- name: Label core contributions
actions:
label:
Expand All @@ -31,5 +29,9 @@ pull_request_rules:
conditions:
- label=contribution/core
- label!=auto-merge
- name: refactored queue action rule
conditions: []
actions:
queue:
merge_queue:
max_parallel_checks: 1

0 comments on commit 719b38e

Please sign in to comment.