mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-31 15:30:27 +02:00
github/mergify: init
This commit is contained in:
parent
1b3bda78b4
commit
d823c1463e
1 changed files with 21 additions and 0 deletions
21
.github/mergify.yaml
vendored
Normal file
21
.github/mergify.yaml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Essential reading on condition syntax:
|
||||
# https://docs.mergify.com/configuration/conditions/#testing-and-debugging-conditions
|
||||
|
||||
# https://docs.mergify.com/merge-queue
|
||||
queue_rules:
|
||||
- name: default
|
||||
update_method: rebase
|
||||
merge_method: fast-forward
|
||||
merge_conditions:
|
||||
- check-success = buildbot/nix-eval
|
||||
queue_conditions:
|
||||
- or:
|
||||
# Allow queuing PRs that have been approved
|
||||
- "#approved-reviews-by >= 1"
|
||||
|
||||
# Allow queuing flake.lock updates without approval
|
||||
- and:
|
||||
- "#files = 1"
|
||||
- files = flake.lock
|
||||
- author = GaetanLepage
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue