Skip to content

Commit

Permalink
ci(mergify): upgrade configuration to current format
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Nov 25, 2024
1 parent f6e7642 commit 9cbcc68
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- "#approved-reviews-by>1"
- label=automerge
merge_conditions:
- base=master
commit_message_template: >-
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- label=automerge
conditions: []
actions:
queue:
name: default
method: squash
commit_message_template: >
{{ title }} (#{{ number }})
{{ body }}

0 comments on commit 9cbcc68

Please sign in to comment.