unison/.mergify.yml
Arya Irani 0b73027164
let mergify wait for windows build
Closes #2961, hopefully.

We could probably delete the macOS 10.15 build at some point since they are up to macOS 12 now and we don't build separate binaries anyway.
2022-03-02 17:32:38 -05:00

20 lines
535 B
YAML

pull_request_rules:
- name: automatic merge on CI success and review
conditions:
- status-success=ubuntu-20.04
# - status-success=ubuntu-18.04
- status-success=macOS-11.0
- status-success=macOS-10.15
- status-success=windows-2019
- label=ready-to-merge
- "#approved-reviews-by>=1"
actions:
merge:
method: merge
label:
remove: ["ready-to-merge"]
# - name: delete head branch after merge
# conditions: []
# actions:
# delete_head_branch: {}