cosmos-sdk/.mergify.yml

11 lines
264 B
YAML
Raw 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