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 27, 2024
1 parent e846f94 commit 30d4f4b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,18 @@
queue_rules:
- name: default
conditions:
queue_conditions:
- base=master
- label=S:automerge

pull_request_rules:
- name: Automerge to master
conditions:
merge_conditions:
- base=master
- label=S:automerge
actions:
queue:
method: squash
name: default
commit_message_template: |
{{ title }} (#{{ number }})
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

{{ body }}
pull_request_rules:
- name: backport patches to v0.34.x branch
conditions:
- base=master
Expand All @@ -41,3 +37,7 @@ pull_request_rules:
backport:
branches:
- v0.36.x
- name: Automerge to master
conditions: []
actions:
queue:

0 comments on commit 30d4f4b

Please sign in to comment.