Skip to content

Commit 6f2eb06

Browse files
committed
Switch clippy from bors to merge queue
1 parent bd8c29e commit 6f2eb06

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

repos/rust-lang/rust-clippy.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,16 @@ org = "rust-lang"
22
name = "rust-clippy"
33
description = "A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/"
44
homepage = "https://rust-lang.github.io/rust-clippy/"
5-
bots = ["bors", "rustbot"]
5+
bots = ["rustbot"]
66

77
[access.teams]
88
clippy = "write"
99
clippy-contributors = "triage"
1010

1111
[[branch-protections]]
1212
pattern = "master"
13+
ci-checks = [
14+
"conclusion",
15+
"conclusion_dev",
16+
"conclusion_remark",
17+
]

teams/clippy.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ alumni = [
3030

3131
[permissions]
3232
perf = true
33-
bors.clippy.review = true
3433
bors.rust.review = true
3534
dev-desktop = true
3635

0 commit comments

Comments
 (0)