Skip to content

Commit cdb931d

Browse files
authored
Add branch protections for bors (#1367)
1 parent 0348fc1 commit cdb931d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

repos/rust-lang/bors.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,13 @@ bots = ["rustbot"]
77
infra = "write"
88
infra-bors = "write"
99
mods = "maintain"
10+
11+
[[branch-protections]]
12+
pattern = "main"
13+
ci-checks = ["Test", "Test Docker"]
14+
required-approvals = 0
15+
16+
[[branch-protections]]
17+
pattern = "staging"
18+
ci-checks = ["Test", "Test Docker"]
19+
required-approvals = 0

0 commit comments

Comments
 (0)