nixos-anywhere/bors.toml

15 lines
495 B
TOML
Raw Normal View History

2023-01-04 11:39:03 +03:00
cut_body_after = "" # don't include text from the PR body in the merge commit message
status = [
2023-01-23 00:08:44 +03:00
"Evaluate flake.nix",
"check from-nixos [x86_64-linux]",
2023-06-11 14:08:38 +03:00
"check from-nixos-2305 [x86_64-linux]",
2023-01-23 00:08:44 +03:00
"check from-nixos-with-sudo [x86_64-linux]",
2023-06-11 14:08:38 +03:00
"check from-nixos-with-sudo-2305 [x86_64-linux]",
2023-01-23 00:08:44 +03:00
"check treefmt [x86_64-linux]",
"deploy",
"devShell default [x86_64-linux]",
"package default [x86_64-linux]",
"package docs [x86_64-linux]",
2023-02-01 21:49:46 +03:00
"package nixos-anywhere [x86_64-linux]"
2023-01-04 11:39:03 +03:00
]