Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format (#43)
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 7b3fcd6 commit 6b36854
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
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:
Expand All @@ -13,8 +20,6 @@ pull_request_rules:
- status-success=build
actions:
delete_head_branch:
queue:
merge_method: squash
- name: Label core contributions
actions:
label:
Expand All @@ -31,5 +36,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 6b36854

Please sign in to comment.