fix bors.toml

This commit is contained in:
Jörg Thalheim 2023-01-19 10:44:07 +01:00
parent 57ba870eab
commit 31d91b4f7e

View file

@ -1,2 +1,4 @@
cut_body_after = "" # don't include text from the PR body in the merge commit message
status = [ "tests" ]
status = [
"tests (ubuntu-latest)"
]