Skip to content

Commit 1b59676

Browse files
authored
Merge pull request #1943 from rust-lang/create-the-crates-io-infra-admins-marker-team
create the crates-io-infra-admins marker team
2 parents bcc9063 + 89ebc9e commit 1b59676

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

teams/crates-io-infra-admins.toml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This team defines which members of the crates-io team have administrative access to the
2+
# crates.io infrastructure, such as the database.
3+
4+
name = "crates-io-infra-admins"
5+
kind = "marker-team"
6+
7+
[people]
8+
leads = []
9+
members = [
10+
"carols10cents",
11+
"jtgeibel",
12+
"Turbo87",
13+
"LawnGnome",
14+
]
15+
16+
[[github]]
17+
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)