laconicd/.mergify.yml
2021-06-03 03:04:47 -04:00

11 lines
267 B
YAML

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