From aa418152b36f69fbd21c4191a0e461e361b166da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 27 Oct 2022 14:59:00 +0200 Subject: [PATCH] add bors.toml --- bors.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..1259845 --- /dev/null +++ b/bors.toml @@ -0,0 +1,7 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ + "Evaluate flake.nix", + "package %", + "check %", + "devShell %", +]