File tree Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Expand file tree Collapse file tree 1 file changed +63
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments