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 20, 2024
1 parent f6e7642 commit 71fdb24
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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
merge_method: squash
commit_message_template: >-
{{ title }} (#{{ number }})
{{ body }}
pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- label=automerge
- name: refactored queue action rule
conditions: []
actions:
queue:
name: default
method: squash
commit_message_template: >
{{ title }} (#{{ number }})
{{ body }}

0 comments on commit 71fdb24

Please sign in to comment.