Skip to content

Commit 28c24b2

Browse files
authored
Merge pull request #1592 from Kobzol/clippy-remove-bors
Switch clippy from bors to merge queue
2 parents e172b40 + 28d2a82 commit 28c24b2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

repos/rust-lang/rust-clippy.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@ 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+
]
18+
required-approvals = 0

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)