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 Feb 10, 2025
1 parent 4f4b2b3 commit 31d321d
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,18 @@ defaults:

queue_rules:
- name: default
conditions:
- "#approved-reviews-by>=1"

pull_request_rules:
- name: automerge to the base branch with label automerge and branch protection passing
conditions:
queue_conditions:
- "#approved-reviews-by>=1"
- base=v21.x
- label=A:automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
merge_conditions:
- "#approved-reviews-by>=1"
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
merge_method: squash

pull_request_rules:
- name: backport patches to osmosis-main branch
conditions:
- base=v22.x
Expand Down Expand Up @@ -62,3 +58,7 @@ pull_request_rules:
backport:
branches:
- v25.x
- name: automerge to the base branch with label automerge and branch protection passing
conditions: []
actions:
queue:

0 comments on commit 31d321d

Please sign in to comment.