add bors.toml

This commit is contained in:
Jörg Thalheim 2023-05-14 18:35:59 +02:00
parent a23f28aa55
commit b2b55eaa6a

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 = [
"Evaluate flake.nix",
"check treefmt [x86_64-linux]",
"package default [x86_64-linux]"
]