update bors configuration
parent
16ab6ae069
commit
04fc1d1646
@ -1,7 +1,10 @@
|
|||||||
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 = [
|
||||||
"Evaluate flake.nix",
|
"Evaluate flake.nix",
|
||||||
"package %",
|
"check systemd-vaultd [x86_64-linux]",
|
||||||
"check %",
|
"check treefmt [x86_64-linux]",
|
||||||
"devShell %",
|
"check unittests [x86_64-linux]",
|
||||||
|
"check vault-agent [x86_64-linux]",
|
||||||
|
"devShell default [x86_64-linux]",
|
||||||
|
"package default [x86_64-linux]"
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue