From bb2f7ada053f60fb6ed91f0c3e22857ffb117a46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 29 Sep 2022 22:41:34 +0200 Subject: [PATCH] add bors.toml --- bors.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 000000000..b750afaee --- /dev/null +++ b/bors.toml @@ -0,0 +1,2 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ "tests" ]