forked from lix-project/nix-eval-jobs
Merge #166
166: bors: include garnix in tests r=Mic92 a=Mic92 Co-authored-by: Jörg Thalheim <joerg@thalheim.io>
This commit is contained in:
commit
b56eb217c1
|
@ -1,9 +1,11 @@
|
|||
pull_request_rules:
|
||||
- name: automatic merge on CI success
|
||||
conditions:
|
||||
- check-success=flake-checks
|
||||
- check-success=builds (treefmt, ubuntu-latest)
|
||||
- check-success=builds (treefmt, macos-latest)
|
||||
- check-success=Evaluate flake.nix
|
||||
- check-success=package nix-eval-jobs [x86_64-linux]
|
||||
- check-success=devShell default [x86_64-linux]
|
||||
- check-success=check treefmt [x86_64-linux]
|
||||
- check-success=package default [x86_64-linux]
|
||||
- check-success=tests (ubuntu-latest)
|
||||
- check-success=tests (macos-latest)
|
||||
- author=nix-eval-jobs-bot
|
||||
|
|
12
bors.toml
12
bors.toml
|
@ -1,2 +1,12 @@
|
|||
cut_body_after = "" # don't include text from the PR body in the merge commit message
|
||||
status = ["tests (ubuntu-latest)", "tests (macos-latest)"]
|
||||
status = [
|
||||
# garnix
|
||||
"Evaluate flake.nix",
|
||||
"package nix-eval-jobs [x86_64-linux]",
|
||||
"devShell default [x86_64-linux]",
|
||||
"check treefmt [x86_64-linux]",
|
||||
"package default [x86_64-linux]",
|
||||
# github actions
|
||||
"tests (ubuntu-latest)",
|
||||
"tests (macos-latest)"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue