Skip to content

Commit c9a1682

Browse files
committed
Lessen all remaining admin permissions to maintain
1 parent ee32cb3 commit c9a1682

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

repos/rust-lang/crates.io-index-archive.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "Archive of the crates.io-index commit history after squashes"
44
bots = []
55

66
[access.teams]
7-
crates-io = "admin"
7+
crates-io = "maintain"
88

99
[[branch-protections]]
1010
pattern = "snapshot-*"

repos/rust-lang/sync-team.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ bots = []
55

66
[access.teams]
77
infra = "write"
8-
infra-admins = "admin"
8+
infra-admins = "maintain"
99

1010
[[branch-protections]]
1111
pattern = "master"

repos/rust-lang/www.rust-lang.org.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ homepage = "https://www.rust-lang.org"
55
bots = ["rustbot"]
66

77
[access.teams]
8-
# Admin is needed for integrating with external services, e.g. Pontoon
9-
website = "admin"
8+
# Maintain is needed for integrating with external services, e.g. Pontoon
9+
website = "maintain"
1010

1111
[[branch-protections]]
1212
pattern = "master"

tests/static-api/repos/archive/test-org/archived_repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "An archived repo!"
44
bots = []
55

66
[access.teams]
7-
foo = "admin"
7+
foo = "maintain"
88

99
[[branch-protections]]
1010
pattern = "master"

tests/static-api/repos/test-org/some_repo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description = "A repo!"
44
bots = []
55

66
[access.teams]
7-
foo = "admin"
7+
foo = "maintain"
88

99
[[branch-protections]]
1010
pattern = "master"

0 commit comments

Comments
 (0)