We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1a7a0 commit 48aaf50Copy full SHA for 48aaf50
repos/rust-lang/crater.toml
@@ -2,11 +2,11 @@ org = "rust-lang"
2
name = "crater"
3
description = "Run experiments across parts of the Rust ecosystem!"
4
homepage = "https://crater.rust-lang.org"
5
-bots = ["bors", "highfive"]
+bots = ["highfive"]
6
7
[access.teams]
8
infra = "write"
9
10
[[branch-protections]]
11
pattern = "master"
12
-ci-checks = ["homu"]
+ci-checks = ["conclusion"]
teams/infra.toml
@@ -41,7 +41,6 @@ perf = true
41
crater = true
42
dev-desktop = true
43
bors.rust.review = true
44
-bors.crater.review = true
45
bors.bors-kindergarten.review = true
46
47
[rfcbot]
0 commit comments