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"
22name = " rust-clippy"
33description = " A bunch of lints to catch common mistakes and improve your Rust code. Book: https://doc.rust-lang.org/clippy/"
44homepage = " https://rust-lang.github.io/rust-clippy/"
5- bots = [" bors " , " rustbot" ]
5+ bots = [" rustbot" ]
66
77[access .teams ]
88clippy = " write"
99clippy-contributors = " triage"
1010
1111[[branch-protections ]]
1212pattern = " 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 = [
3030
3131[permissions ]
3232perf = true
33- bors.clippy.review = true
3433bors.rust.review = true
3534dev-desktop = true
3635
You can’t perform that action at this time.
0 commit comments