File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,17 @@ org = "rust-lang"
2
2
name = " rust-clippy"
3
3
description = " A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/"
4
4
homepage = " https://rust-lang.github.io/rust-clippy/"
5
- bots = [" bors " , " rustbot" ]
5
+ bots = [" rustbot" ]
6
6
7
7
[access .teams ]
8
8
clippy = " write"
9
9
clippy-contributors = " triage"
10
10
11
11
[[branch-protections ]]
12
12
pattern = " master"
13
+ ci-checks = [
14
+ " conclusion" ,
15
+ " conclusion_dev" ,
16
+ " conclusion_remark" ,
17
+ ]
18
+ required-approvals = 0
Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ alumni = [
30
30
31
31
[permissions ]
32
32
perf = true
33
- bors.clippy.review = true
34
33
bors.rust.review = true
35
34
dev-desktop = true
36
35
You can’t perform that action at this time.
0 commit comments