From be849ae99f9c771707e6f60fc36257752cfe72f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 31 Oct 2022 07:22:17 +0100 Subject: [PATCH] create bors.toml --- bors.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bors.toml diff --git a/bors.toml b/bors.toml new file mode 100644 index 0000000..4a9f23e --- /dev/null +++ b/bors.toml @@ -0,0 +1,6 @@ +cut_body_after = "" # don't include text from the PR body in the merge commit message +status = [ + "flake-checks", + "builds (treefmt, ubuntu-latest)", + "builds (treefmt, macos-latest)" +]