Skip to content

Commit bd8c29e

Browse files
authored
Merge pull request #1582 from Kobzol/chalk-remove-bors
Remove bors from chalk
2 parents 2988a65 + 1644c65 commit bd8c29e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

repos/rust-lang/chalk.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ org = "rust-lang"
22
name = "chalk"
33
description = "An implementation and definition of the Rust trait system using a PROLOG-like logic solver"
44
homepage = "https://rust-lang.github.io/chalk/book/"
5-
bots = ["rustbot", "bors"]
5+
bots = ["rustbot"]
66

77
[access.teams]
88
types = "write"
9+
10+
[[branch-protections]]
11+
pattern = "master"
12+
ci-checks = ["conclusion"]

0 commit comments

Comments
 (0)