From 3bc97dd7671ea050a67f2c4b2439ced481a0c545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Wed, 25 Jan 2023 18:09:16 +0100 Subject: [PATCH] add bors.toml --- bors.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..b40b3ff --- /dev/null +++ b/bors.toml @@ -0,0 +1,5 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ + "build (macos-latest)", + "build (ubuntu-latest)" +]