Skip to content

Commit 95669d8

Browse files
committed
Rename community survey team to survey team
And make launching-pad its parent.
1 parent 38262c7 commit 95669d8

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

repos/rust-lang/surveys-private.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ bots = []
55
private-non-synced = true
66

77
[access.teams]
8-
community-survey = "maintain"
8+
survey = "maintain"

repos/rust-lang/surveys.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description = "Repo for coordinating the creation, distribution, collection, and
44
bots = []
55

66
[access.teams]
7-
community-survey = "write"
7+
survey = "write"

teams/community.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ address = "[email protected]"
3333
extra-teams = [
3434
"community-content",
3535
"community-events",
36-
"community-survey",
3736
"community-localization",
3837
]
3938

@@ -42,7 +41,6 @@ address = "[email protected]"
4241
extra-teams = [
4342
"community-content",
4443
"community-events",
45-
"community-survey",
4644
"community-localization",
4745
]
4846

teams/community-survey.toml renamed to teams/survey.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
name = "community-survey"
2-
subteam-of = "community"
1+
name = "survey"
2+
subteam-of = "launching-pad"
33

44
[people]
55
leads = ["Kobzol", "apiraino"]
@@ -15,7 +15,7 @@ alumni = [
1515

1616
[website]
1717
name = "Survey team"
18-
description = "Running, analysing, and presenting the community survey"
18+
description = "Running, analysing, and presenting various Rust surveys"
1919
repo = "https://github.com/rust-lang/surveys"
2020

2121
[[github]]

0 commit comments

Comments
 (0)