laconicd/.mergify.yml

11 lines
269 B
YAML
Raw Normal View History

pull_request_rules:
- name: automerge to master with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
- base=development
- label=automerge
actions:
merge:
method: squash
strict: true