1
0
Fork 0
mirror of https://github.com/Mic92/sops-nix.git synced 2025-04-06 17:17:34 +00:00
sops-nix/bors.toml

35 lines
1.3 KiB
TOML
Raw Normal View History

2023-02-01 10:37:06 +01:00
cut_body_after = "" # don't include text from the PR body in the merge commit message
status = [
"Evaluate flake.nix",
"check age-keys [x86_64-linux]",
"check age-keys-22_11 [x86_64-linux]",
"check age-ssh-keys-22_11 [x86_64-linux]",
2023-04-17 09:45:54 +02:00
"check default-22_11 [x86_64-linux]",
2023-02-01 10:37:06 +01:00
"check lint-22_11 [x86_64-linux]",
"check pgp-keys [x86_64-linux]",
"check pruning-22_11 [x86_64-linux]",
"check restart-and-reload-22_11 [x86_64-linux]",
2023-04-17 09:45:54 +02:00
"check sops-import-keys-hook-22_11 [x86_64-linux]",
2023-02-01 10:37:06 +01:00
"check sops-init-gpg-key-22_11 [x86_64-linux]",
2023-03-18 15:56:42 +01:00
"check sops-install-secrets-22_11 [x86_64-linux]",
2023-04-17 09:45:54 +02:00
"check sops-pgp-hook-22_11 [x86_64-linux]",
2023-02-01 10:37:06 +01:00
"check sops-pgp-hook-test-22_11 [x86_64-linux]",
2023-04-17 09:45:54 +02:00
"check ssh-keys-22_11 [x86_64-linux]",
2023-02-01 10:37:06 +01:00
"check unit-tests-22_11 [x86_64-linux]",
2023-03-18 15:56:42 +01:00
"check user-passwords [x86_64-linux]",
"check user-passwords-22_11 [x86_64-linux]",
2023-04-17 09:45:54 +02:00
"devShell default [x86_64-linux]",
"devShell unit-tests [x86_64-linux]",
2023-02-01 10:37:06 +01:00
"package cross-build [x86_64-linux]",
2023-04-17 09:45:54 +02:00
"package default [x86_64-linux]",
2023-02-01 10:37:06 +01:00
"package lint [x86_64-linux]",
"package sops-import-keys-hook [x86_64-linux]",
"package sops-init-gpg-key [x86_64-linux]",
"package sops-install-secrets [x86_64-linux]",
"package sops-pgp-hook [x86_64-linux]",
"package sops-pgp-hook-test [x86_64-linux]",
"package ssh-to-pgp [x86_64-linux]",
"package unit-tests [x86_64-linux]",
"tests"
]