We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f95e04 commit 509a69dCopy full SHA for 509a69d
.github/bors.toml
@@ -2,11 +2,15 @@ block_labels = ["needs-decision"]
2
delete_merged_branches = true
3
required_approvals = 1
4
status = [
5
- "ci-linux (stable, x86_64-unknown-linux-gnu)",
6
- "ci-linux (stable, thumbv6m-none-eabi)",
7
- "ci-linux (stable, thumbv7m-none-eabi)",
8
- "ci-linux (1.54.0, x86_64-unknown-linux-gnu)",
9
- "ci-linux-test (stable)",
10
- "ci-linux-test (1.54.0, x86_64-unknown-linux-gnu)",
+ "test (stable, x86_64-unknown-linux-gnu)",
+ "test (stable, thumbv6m-none-eabi)",
+ "test (stable, thumbv7m-none-eabi)",
+ "test (1.54.0, x86_64-unknown-linux-gnu)",
+ "test (1.54.0, thumbv6m-none-eabi)",
+ "test (1.54.0, thumbv7m-none-eabi)",
11
+ "test (nightly, x86_64-unknown-linux-gnu)",
12
+ "test (nightly, thumbv6m-none-eabi)",
13
+ "test (nightly, thumbv7m-none-eabi)",
14
+ "clippy",
15
"fmt",
16
]
0 commit comments