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 22, 2024
1 parent fcd17ce commit 0956f1d
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=main
- label=automerge

pull_request_rules:
- name: Automerge to main
conditions:
merge_conditions:
- base=main
- label=automerge
actions:
queue:
method: squash
name: default
commit_message_template: |
{{ title }} (#{{ number }})
merge_method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
{{ body }}
pull_request_rules:
- name: backport patches to v0.37.x branch
conditions:
- base=main
Expand All @@ -33,3 +29,7 @@ pull_request_rules:
backport:
branches:
- v0.34.x
- name: refactored queue action rule
conditions: []
actions:
queue:

0 comments on commit 0956f1d

Please sign in to comment.