62: CI r=Mic92 a=Mic92



Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
bors[bot] 2023-01-23 10:10:00 +00:00 committed by GitHub
commit 3ba8dcea44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 14 deletions

View file

@ -16,3 +16,9 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v16
with:
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: {}