Skip to content

Commit

Permalink
chore: backport label sdk 50
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn committed Jul 22, 2024
1 parent 5c3a933 commit db45996
Showing 1 changed file with 8 additions and 18 deletions.
26 changes: 8 additions & 18 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,7 @@ defaults:
assignees:
- "{{ author }}"

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:
- "#approved-reviews-by>=1"
- base=osmo/v0.47.5
- label=A:automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v22 branch
conditions:
- base=osmo/v0.47.5
Expand Down Expand Up @@ -55,4 +38,11 @@ pull_request_rules:
backport:
branches:
- osmo-v25/v0.47.5

- name: backport patches to sdk v50 branch
conditions:
- base=osmo/v0.50.x
- label=A:backport/sdk-v50
actions:
backport:
branches:
- osmo/v0.50.x

0 comments on commit db45996

Please sign in to comment.