Skip to content

Commit

Permalink
fix: Update mergify bot config #157
Browse files Browse the repository at this point in the history
  • Loading branch information
ValarDragon authored Mar 30, 2022
1 parent 21f5944 commit 576a31a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=master
- base=v0.45.0x-osmo-v7
- label=automerge
actions:
queue:
Expand All @@ -24,11 +24,11 @@ pull_request_rules:
backport:
branches:
- release/v0.42.x
- name: backport patches to v0.39.x branch
- name: backport patches to v8 branch
conditions:
- base=master
- label=backport/0.39.x (Launchpad)
- label=backport/v8
actions:
backport:
branches:
- launchpad/backports
- v0.45.0x-osmo-v8

0 comments on commit 576a31a

Please sign in to comment.