Skip to content

Commit 9297f19

Browse files
committed
add bors.toml
1 parent 1134596 commit 9297f19

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bors.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
cut_body_after = "" # don't include text from the PR body in the merge commit message
2+
status = [
3+
"Linting (fmt + clippy)",
4+
"test (aarch64-unknown-linux-musl)",
5+
"test (armv7-unknown-linux-musleabihf)",
6+
"test (i686-unknown-linux-musl)",
7+
"test (x86_64-unknown-linux-gnu)",
8+
"test (x86_64-unknown-linux-musl)"
9+
]

0 commit comments

Comments
 (0)