replace mergify with bors
This commit is contained in:
parent
b6d129d138
commit
c76f724336
2 changed files with 6 additions and 14 deletions
6
.github/workflows/update-flake-lock.yml
vendored
6
.github/workflows/update-flake-lock.yml
vendored
|
@ -16,3 +16,9 @@ jobs:
|
||||||
uses: DeterminateSystems/update-flake-lock@v16
|
uses: DeterminateSystems/update-flake-lock@v16
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
|
||||||
|
pr-body: |
|
||||||
|
Automated changes by the update-flake-lock
|
||||||
|
```
|
||||||
|
{{ env.GIT_COMMIT_MESSAGE }}
|
||||||
|
```
|
||||||
|
bors merge
|
||||||
|
|
14
.mergify.yml
14
.mergify.yml
|
@ -1,14 +0,0 @@
|
||||||
pull_request_rules:
|
|
||||||
- name: automatic merge on CI success
|
|
||||||
conditions:
|
|
||||||
- check-success=Evaluate flake.nix
|
|
||||||
- check-success=package kexec-installer-nixos-2211 [x86_64-linux]
|
|
||||||
- check-success=package kexec-installer-nixos-unstable [x86_64-linux]
|
|
||||||
- check-success=package netboot-nixos-unstable [x86_64-linux]
|
|
||||||
- check-success=check kexec-installer-unstable [x86_64-linux]
|
|
||||||
- check-success=package netboot-nixos-2211 [x86_64-linux]
|
|
||||||
- author=nix-eval-jobs-bot
|
|
||||||
actions:
|
|
||||||
merge:
|
|
||||||
method: merge
|
|
||||||
delete_head_branch: {}
|
|
Loading…
Reference in a new issue