mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
Remove stale mergify configuration
This commit is contained in:
parent
d6789508da
commit
265f4ee2e5
23
.mergify.yml
23
.mergify.yml
@ -1,23 +0,0 @@
|
||||
pull_request_rules:
|
||||
- name: instruct bors to merge PRs with passing tests and 2 approvals
|
||||
conditions:
|
||||
- "#approved-reviews-by>=2"
|
||||
- "#changes-requested-reviews-by=0"
|
||||
- "status-success=static_analysis"
|
||||
- "-status-failure~=^build"
|
||||
- -conflict
|
||||
- label!=work-in-progress
|
||||
- label!=blocked
|
||||
- label!=no-mergify
|
||||
- head~=^(?!release.*).*$
|
||||
- base=dev
|
||||
actions:
|
||||
comment:
|
||||
message: "bors r+"
|
||||
- name: Delete branch if the pull request is merged
|
||||
conditions:
|
||||
- merged
|
||||
- head~=^(?!release.*).*$
|
||||
actions:
|
||||
delete_head_branch:
|
||||
force: false
|
Loading…
Reference in New Issue
Block a user