add .mergify rules
This commit is contained in:
parent
299b9f9365
commit
1a3948d2b9
1 changed files with 11 additions and 0 deletions
11
.mergify.yml
Normal file
11
.mergify.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
pull_request_rules:
|
||||
- name: automatic merge on CI success
|
||||
conditions:
|
||||
- check-success=ci/hercules/evaluation
|
||||
- check-success=ci/hercules/derivations
|
||||
- author=github-actions[bot]
|
||||
- head~=^update/(nixpkgs|sops-nix|hercules-ci-effects,cachix)-
|
||||
actions:
|
||||
merge:
|
||||
method: merge
|
||||
delete_head_branch: {}
|
Loading…
Add table
Reference in a new issue