Skip to content

Commit af375e9

Browse files
committed
Add rust repository under automation
1 parent a8129c3 commit af375e9

File tree

1 file changed

+50
-0
lines changed

1 file changed

+50
-0
lines changed

repos/rust-lang/rust.toml

+50
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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+
libs = "write"
11+
libs-contributors = "write"
12+
rustdoc = "write"
13+
style = "write"
14+
lang = "write"
15+
mods = "write"
16+
compiler = "write"
17+
clippy = "write"
18+
lang-ops = "write"
19+
infra = "write"
20+
project-exploit-mitigations = "write"
21+
opsem = "write"
22+
project-stable-mir = "write"
23+
libs-api = "write"
24+
bootstrap = "write"
25+
release = "write"
26+
cargo = "write"
27+
28+
[[branch-protections]]
29+
pattern = "master"
30+
31+
[[branch-protections]]
32+
pattern = "stable"
33+
34+
[[branch-protections]]
35+
pattern = "beta"
36+
37+
[[branch-protections]]
38+
pattern = "*"
39+
40+
[[branch-protections]]
41+
pattern = "*/**/*"
42+
43+
[[branch-protections]]
44+
pattern = "cargo_update"
45+
46+
[[branch-protections]]
47+
pattern = "automation/bors/try-merge"
48+
49+
[[branch-protections]]
50+
pattern = "automation/bors/try"

0 commit comments

Comments
 (0)