Tinkerbell.Sandbox/.mergify.yml
Gianluca Arbezzano 08a560047b Add mergify and license
Signed-off-by: Gianluca Arbezzano <gianarb92@gmail.com>
2020-09-02 16:31:57 +02:00

14 lines
349 B
YAML

pull_request_rules:
- name: Automatic merge on approval
conditions:
- base=master
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- label=ready-to-merge
- label!=do-not-merge
actions:
merge:
commit_message: title+body
strict: smart+fastpath