Skip to content

Commit ad73823

Browse files
committed
Add rust repository under automation
1 parent b073226 commit ad73823

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

repos/rust-lang/rust.toml

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

0 commit comments

Comments
 (0)