Skip to content

Commit c75885b

Browse files
committed
Add rust repository under automation
1 parent 7d4fc2c commit c75885b

File tree

1 file changed

+63
-0
lines changed

1 file changed

+63
-0
lines changed

repos/rust-lang/rust.toml

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
org = "rust-lang"
2+
name = "rust"
3+
description = "Empowering everyone to build reliable and efficient software."
4+
bots = ["bors", "rustbot", "rfcbot"]
5+
6+
[access.teams]
7+
types = "write"
8+
wg-prioritization = "triage"
9+
wg-triage = "write"
10+
highfive = "write"
11+
libs = "write"
12+
libs-contributors = "write"
13+
rustdoc = "write"
14+
rustfmt = "pull"
15+
wg-rustc-dev-guide = "pull"
16+
style = "write"
17+
lang = "write"
18+
mods = "write"
19+
compiler = "write"
20+
clippy = "write"
21+
lang-ops = "write"
22+
security = "pull"
23+
infra = "write"
24+
project-exploit-mitigations = "write"
25+
opsem = "write"
26+
project-stable-mir = "write"
27+
compiler-contributors = "write"
28+
core = "admin"
29+
libs-api = "write"
30+
bootstrap = "write"
31+
release = "write"
32+
rfcbot = "write"
33+
bors = "write"
34+
cargo = "write"
35+
36+
[[branch-protections]]
37+
pattern = "master"
38+
39+
[[branch-protections]]
40+
pattern = "stable"
41+
42+
[[branch-protections]]
43+
pattern = "beta"
44+
45+
[[branch-protections]]
46+
pattern = "*"
47+
48+
[[branch-protections]]
49+
pattern = "*/**/*"
50+
51+
[[branch-protections]]
52+
pattern = "cargo_update"
53+
54+
[[branch-protections]]
55+
pattern = "automation/bors/try-merge"
56+
57+
[[branch-protections]]
58+
pattern = "automation/bors/try"
59+
60+
[[branch-protections]]
61+
pattern = "ehuss-test"
62+
required-approvals = 0
63+
pr-required = false

0 commit comments

Comments
 (0)