replace mergify with bors

This commit is contained in:
Jörg Thalheim 2023-01-23 11:09:13 +01:00
parent b6d129d138
commit c76f724336
2 changed files with 6 additions and 14 deletions

View file

@ -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

View file

@ -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: {}