Skip to content

Commit 3882ff2

Browse files
authored
Merge pull request #1997 from Kobzol/survey-team
Rename community survey team to survey team
2 parents 2f06b2a + 95669d8 commit 3882ff2

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
@@ -32,15 +32,13 @@ orgs = ["rust-lang"]
3232
address = "[email protected]"
3333
extra-teams = [
3434
"community-events",
35-
"community-survey",
3635
"community-localization",
3736
]
3837

3938
[[lists]]
4039
address = "[email protected]"
4140
extra-teams = [
4241
"community-events",
43-
"community-survey",
4442
"community-localization",
4543
]
4644

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)