From 3e4e1730ce39af69dbcac445ccda04dbf9d5717a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 4 Jan 2023 09:39:03 +0100 Subject: [PATCH] add bors support --- bors.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..3581f1b --- /dev/null +++ b/bors.toml @@ -0,0 +1,12 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ + # garnix + "Evaluate flake.nix", + "package docs [x86_64-linux]", + "check from-nixos [x86_64-linux]", + "package default [x86_64-linux]", + "check from-nixos-with-sudo [x86_64-linux]", + "package nixos-remote [x86_64-linux]", + # github actions + "deploy" +]