Merge #62
62: CI r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
3ba8dcea44
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
|
||||
with:
|
||||
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