Skip to content

Commit

Permalink
chore: update mergify config (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbez authored Mar 30, 2022
1 parent 09f47f6 commit 14651aa
Showing 1 changed file with 40 additions and 11 deletions.
51 changes: 40 additions & 11 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,59 @@ queue_rules:
- "#approved-reviews-by>1"

pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
- name: automerge to osmosis-main with label A:Automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=v0.45.0x-osmo-v7
- label=automerge
- base=osmosis-main
- label=A:Automerge
actions:
queue:
name: default
method: squash
commit_message_template: |
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to v0.42.x branch
{{ title }} (#{{ number }})
{{ body }}
- name: backport patches to release/v0.42.x branch
conditions:
- base=master
- label=backport/0.42.x (Stargate)
- base=osmosis-main
- label=A:backport/0.42.x
actions:
backport:
branches:
- release/v0.42.x
- name: backport patches to v8 branch

- name: backport patches to v0.42.9-osmo-v4 branch
conditions:
- base=osmosis-main
- label=A:backport/v0.42.9-osmo-v4
actions:
backport:
branches:
- v0.42.9-osmo-v4

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

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

- name: backport patches to v0.45.0x-osmo-v8 branch
conditions:
- base=master
- label=backport/v8
- base=osmosis-main
- label=A:backport/v0.45.0x-osmo-v8
actions:
backport:
branches:
Expand Down

0 comments on commit 14651aa

Please sign in to comment.