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)" +]