Skip to content

Commit 5f19f55

Browse files
authored
Merge pull request #1973 from ehuss/internal-sites
Add the internal-sites team
2 parents 053adca + ad9e49f commit 5f19f55

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

repos/rust-lang/rust-forge.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ content = "maintain"
1111
crates-io = "maintain"
1212
docs-rs = "maintain"
1313
infra = "maintain"
14+
internal-sites = "maintain"
1415
lang = "maintain"
1516
lang-ops = "maintain"
1617
leadership-council = "maintain"

teams/internal-sites.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "internal-sites"
2+
subteam-of = "infra"
3+
4+
[people]
5+
leads = ["ehuss", "Urgau", "jieyouxu"]
6+
members = [
7+
"ehuss",
8+
"Urgau",
9+
"jieyouxu",
10+
]
11+
alumni = [
12+
]
13+
14+
[[github]]
15+
orgs = ["rust-lang"]
16+
17+
[website]
18+
name = "Internal sites team"
19+
description = "Supports the Forge and RFC internal websites"

0 commit comments

Comments
 (0)