mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 11:15:08 +03:00
0b73027164
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.
20 lines
535 B
YAML
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: {}
|