Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion repos/rust-lang/surveys-private.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ bots = []
private-non-synced = true

[access.teams]
community-survey = "maintain"
survey = "maintain"
2 changes: 1 addition & 1 deletion repos/rust-lang/surveys.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ description = "Repo for coordinating the creation, distribution, collection, and
bots = []

[access.teams]
community-survey = "write"
survey = "write"
2 changes: 0 additions & 2 deletions teams/community.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ address = "community@rust-lang.org"
extra-teams = [
"community-content",
"community-events",
"community-survey",
"community-localization",
]

Expand All @@ -42,7 +41,6 @@ address = "community-team@rust-lang.org"
extra-teams = [
"community-content",
"community-events",
"community-survey",
"community-localization",
]

Expand Down
6 changes: 3 additions & 3 deletions teams/community-survey.toml → teams/survey.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "community-survey"
subteam-of = "community"
name = "survey"
subteam-of = "launching-pad"

[people]
leads = ["Kobzol", "apiraino"]
Expand All @@ -15,7 +15,7 @@ alumni = [

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

[[github]]
Expand Down