Skip to content

Commit 0c86565

Browse files
authored
Merge pull request #2273 from traviscross/TC/add-pm-marker-team
Add Program marker team and repo
2 parents 87c2a7a + a5ff648 commit 0c86565

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

repos/rust-lang/program-team.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
org = "rust-lang"
2+
name = "program-team"
3+
description = "Home of the Rust program team"
4+
bots = ["rustbot", "rfcbot"]
5+
6+
[access.teams]
7+
edition = "maintain"
8+
goals = "maintain"
9+
program = "maintain"

teams/program.toml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# The Program team (AKA Program Management, PM) lists the staff hired
2+
# by the Project (via the Foundation) in support of program management
3+
# and those Project members who (via the delegation by the council to
4+
# the Edition and Goals teams) provide oversight and guidance for this
5+
# program.
6+
7+
name = "program"
8+
kind = "marker-team"
9+
subteam-of = "edition" # And of goals.
10+
11+
[people]
12+
leads = []
13+
members = [
14+
"traviscross",
15+
"ehuss",
16+
"nikomatsakis",
17+
"tomassedovic",
18+
"nxsaken",
19+
]
20+
21+
[[github]]
22+
orgs = ["rust-lang"]
23+
24+
[permissions]
25+
bors.rust.review = true
26+
crater = true
27+
dev-desktop = true
28+
perf = true
29+
30+
[[lists]]
31+
address = "program@rust-lang.org"
32+
33+
[[zulip-groups]]
34+
name = "T-program"

0 commit comments

Comments
 (0)