cosmos-sdk/.mergify.yml

28 lines
698 B
YAML
Raw Permalink Normal View History

2020-02-27 21:36:42 -08:00
pull_request_rules:
2020-02-28 09:36:26 -08:00
- name: automerge to master with label automerge and branch protection passing
2020-02-27 21:36:42 -08:00
conditions:
- "#approved-reviews-by>1"
2020-02-27 21:36:42 -08:00
- base=master
- label=automerge
actions:
merge:
method: squash
2020-02-28 09:36:26 -08:00
strict: true
commit_message: title+body
- name: backport patches to v0.42.x branch
conditions:
- base=master
- label=backport/0.42.x (Stargate)
actions:
backport:
branches:
- release/v0.42.x
- name: backport patches to v0.39.x branch
conditions:
- base=master
- label=backport/0.39.x (Launchpad)
actions:
backport:
branches:
- launchpad/backports