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 Dec 3, 2024
1 parent 5982389 commit d05dfdf
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 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 @@ -70,3 +66,8 @@ pull_request_rules:
backport:
branches:
- v28.x
- name: automerge to the base branch with label automerge and branch protection
passing
conditions: []
actions:
queue:

0 comments on commit d05dfdf

Please sign in to comment.