update bors
This commit is contained in:
parent
108fce87b9
commit
dd0801f585
1 changed files with 9 additions and 4 deletions
13
bors.toml
13
bors.toml
|
@ -1,10 +1,15 @@
|
||||||
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
||||||
status = [
|
status = [
|
||||||
# garnix
|
|
||||||
"Evaluate flake.nix",
|
"Evaluate flake.nix",
|
||||||
"package netboot-nixos-2211 [x86_64-linux]",
|
"check kexec-installer-2211 [x86_64-linux]",
|
||||||
"package kexec-installer-nixos-2211 [x86_64-linux]",
|
|
||||||
"package kexec-installer-nixos-unstable [x86_64-linux]",
|
|
||||||
"check kexec-installer-unstable [x86_64-linux]",
|
"check kexec-installer-unstable [x86_64-linux]",
|
||||||
|
"check shellcheck [x86_64-linux]",
|
||||||
|
"package kexec-installer-nixos-2211 [x86_64-linux]",
|
||||||
|
"package kexec-installer-nixos-2211-noninteractive [x86_64-linux]",
|
||||||
|
"package kexec-installer-nixos-unstable [x86_64-linux]",
|
||||||
|
"package kexec-installer-nixos-unstable-noninteractive [x86_64-linux]",
|
||||||
|
"package netboot-installer-nixos-2211 [x86_64-linux]",
|
||||||
|
"package netboot-installer-nixos-unstable [x86_64-linux]",
|
||||||
|
"package netboot-nixos-2211 [x86_64-linux]",
|
||||||
"package netboot-nixos-unstable [x86_64-linux]"
|
"package netboot-nixos-unstable [x86_64-linux]"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue