botkube/.mergify.yml
2020-06-16 10:06:19 +05:30

14 lines
325 B
YAML

pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=develop
- "#approved-reviews-by>=1"
- label=ready-to-merge
- label!=hold-off-merging
- status-success=build
actions:
merge:
method: squash
commit_message: title+body
strict: smart