Skip to content

Commit f7de972

Browse files
committed
Move directors to launching pad, give them blog permissions
I think we can trust directors to post on the blog, so lets give them permissions to do that so they don't need to bug anyone else to do it. To accommodate the addition of permissions, this promotes it from a marker team to a team in the launching pad (which we are planning to rebrand as a home for cross-cutting teams). There's no expectation that this would change anything in practice, and the membership is still chosen by the council.
1 parent 5845acd commit f7de972

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

teams/foundation-board-project-directors.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "foundation-board-project-directors"
2-
kind = "marker-team"
2+
subteam-of = "launching-pad"
33

44
[people]
55
leads = []

teams/inside-rust-reviewers.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ kind = "marker-team"
44
[people]
55
leads = []
66
members = []
7-
included-teams = ["leadership-council", "leads", "project-group-leads"]
7+
included-teams = ["leadership-council", "leads", "project-group-leads", "foundation-board-project-directors"]
88

99
[[github]]
1010
orgs = ["rust-lang"]

0 commit comments

Comments
 (0)