laconicd/.mergify.yml

11 lines
267 B
YAML
Raw Normal View History

pull_request_rules:
2021-06-03 07:04:47 +00:00
- name: automerge to base branch with label automerge and branch protection passing
conditions:
- "#approved-reviews-by>1"
2021-06-03 07:04:47 +00:00
- base=main
- label=automerge
actions:
merge:
method: squash
strict: true