mirror of
https://github.com/NixOS/nixos-hardware
synced 2024-11-23 03:19:42 +01:00
replace bors with mergify
bors no longer works for merge queues.
This commit is contained in:
parent
570256327e
commit
b0f82bcf52
2 changed files with 16 additions and 2 deletions
16
.mergify.yml
Normal file
16
.mergify.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
queue_rules:
|
||||
- name: default
|
||||
merge_conditions:
|
||||
- check-success=tests
|
||||
defaults:
|
||||
actions:
|
||||
queue:
|
||||
allow_merging_configuration_change: true
|
||||
method: rebase
|
||||
pull_request_rules:
|
||||
- name: merge using the merge queue
|
||||
conditions:
|
||||
- base=master
|
||||
- label~=merge-queue|dependencies
|
||||
actions:
|
||||
queue: {}
|
|
@ -1,2 +0,0 @@
|
|||
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
||||
status = [ "tests" ]
|
Loading…
Reference in a new issue