Skip to content

Commit

Permalink
updates (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Jan 9, 2024
1 parent 3ddd04c commit b7bfb9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pull_request_rules:
- name: automerge to the base branch with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>=1"
- base=main
- base=v21.x
- label=A:automerge
actions:
queue:
Expand All @@ -24,23 +24,23 @@ pull_request_rules:
{{ body }}
- name: backport patches to osmosis-main branch
conditions:
- base=main
- base=v21.x
- label=A:backport/osmosis-main
actions:
backport:
branches:
- osmosis-main
- name: backport patches to v22.x branch
conditions:
- base=main
- base=v21.x
- label=A:backport/v22.x
actions:
backport:
branches:
- v22.x
- name: backport patches to v23.x branch
conditions:
- base=main
- base=v21.x
- label=A:backport/v23.x
actions:
backport:
Expand Down

0 comments on commit b7bfb9b

Please sign in to comment.