From 04fc1d16468fbbb5d87099377a7ef0e1bd39e843 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 17 Jan 2023 10:17:34 +0100 Subject: [PATCH] update bors configuration --- bors.toml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/bors.toml b/bors.toml index 1259845..f0b0e78 100644 --- a/bors.toml +++ b/bors.toml @@ -1,7 +1,10 @@ cut_body_after = "" # don't include text from the PR body in the merge commit message status = [ - "Evaluate flake.nix", - "package %", - "check %", - "devShell %", + "Evaluate flake.nix", + "check systemd-vaultd [x86_64-linux]", + "check treefmt [x86_64-linux]", + "check unittests [x86_64-linux]", + "check vault-agent [x86_64-linux]", + "devShell default [x86_64-linux]", + "package default [x86_64-linux]" ]