Skip to content

Commit e61c210

Browse files
authored
Merge pull request #1848 from oli-obk/mods
Remove explicit write/maintain permissions mods had on some repos
2 parents 4d4e0d6 + f8d59c5 commit e61c210

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

docs/toml-schema.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,6 @@ See [GitHub's documentation][github-roles] for information on what each role is
331331
# - "admin"
332332
[access.teams]
333333
compiler = "write"
334-
mods = "maintain"
335334

336335
# Access granted to individuals. DO NOT USE! Access should only be given based
337336
# on teams.

repos/rust-lang/bors-kindergarten.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ bots = ["rustbot"]
66
[access.teams]
77
infra = "write"
88
infra-bors = "write"
9-
mods = "maintain"

repos/rust-lang/bors.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ bots = ["rustbot", "renovate"]
66
[access.teams]
77
infra = "write"
88
infra-bors = "write"
9-
mods = "maintain"
109

1110
[[branch-protections]]
1211
pattern = "main"

repos/rust-lang/project-exploit-mitigations.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ description = "Exploit Mitigations Project Group"
44
bots = []
55

66
[access.teams]
7-
mods = "maintain"
87
project-exploit-mitigations = "maintain"
98

109
[[branch-protections]]

repos/rust-lang/rust.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ lang-ops = "write"
1515
libs = "write"
1616
libs-api = "write"
1717
libs-contributors = "write"
18-
mods = "write"
1918
opsem = "write"
2019
project-exploit-mitigations = "write"
2120
project-stable-mir = "write"

0 commit comments

Comments
 (0)