Merge pull request #138 from nix-community/ci

create bors.toml
This commit is contained in:
Jörg Thalheim 2022-10-31 07:24:48 +01:00 committed by GitHub
commit 8ef4cc0c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
bors.toml Normal file
View file

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