Skip to content

Commit

Permalink
chore: backport label to v0.45.0x-osmo-v9 and v0.45.0x-osmo-v11 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
p0mvn authored Jun 24, 2022
1 parent bf5b163 commit 22412c3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,20 @@ pull_request_rules:
backport:
branches:
- v0.45.0x-osmo-v8

- name: backport patches to v0.45.0x-osmo-v9 branch
conditions:
- base=osmosis-main
- label=A:backport/v0.45.0x-osmo-v9
actions:
backport:
branches:
- v0.45.0x-osmo-v9
- name: backport patches to v0.45.0x-osmo-v11 branch
conditions:
- base=osmosis-main
- label=A:backport/v0.45.0x-osmo-v11
actions:
backport:
branches:
- v0.45.0x-osmo-v11

0 comments on commit 22412c3

Please sign in to comment.