summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarisa <mokou@posteo.net>2019-10-08 17:25:29 +0200
committermarisa <mokou@posteo.de>2019-10-16 14:01:07 +0200
commitc69428270d7626be8536544b76e9a28109fef865 (patch)
tree93d4c3a2e07acd85ad44c7d0fc383eaddf90e1e3
parent52e03c26bffe7d7ce6fb4ef0f987bf4ee6c7154e (diff)
Community team updates
- Remove Ashley from team lead position - Add fmoko to RustBridge email list - Add [github] section to community teams
-rw-r--r--teams/community-content.toml3
-rw-r--r--teams/community-events.toml3
-rw-r--r--teams/community-rustbridge.toml3
-rw-r--r--teams/community-survey.toml3
-rw-r--r--teams/community.toml8
5 files changed, 18 insertions, 2 deletions
diff --git a/teams/community-content.toml b/teams/community-content.toml
index ecc259f..365230a 100644
--- a/teams/community-content.toml
+++ b/teams/community-content.toml
@@ -16,3 +16,6 @@ description = "Helping support community content collection and development."
repo = "https://github.com/rust-community/content-team"
discord-invite = "https://discord.gg/b7a22kw"
discord-name = "#content"
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community-events.toml b/teams/community-events.toml
index 430bf7a..dd60724 100644
--- a/teams/community-events.toml
+++ b/teams/community-events.toml
@@ -19,3 +19,6 @@ description = "Supporting community events with knowledge and resources."
repo = "https://github.com/rust-community/events-team"
discord-invite = "https://discord.gg/cj5HMXA"
discord-name = "#events"
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community-rustbridge.toml b/teams/community-rustbridge.toml
index 2089c98..5a9f127 100644
--- a/teams/community-rustbridge.toml
+++ b/teams/community-rustbridge.toml
@@ -19,3 +19,6 @@ description = "An inclusive educational initiative focused on bringing underrepr
repo = "https://github.com/rustbridge/team"
discord-invite = "https://discord.gg/cj5HMXA"
discord-name = "#rustbridge"
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community-survey.toml b/teams/community-survey.toml
index c9f13e5..778b0ec 100644
--- a/teams/community-survey.toml
+++ b/teams/community-survey.toml
@@ -11,3 +11,6 @@ members = [
[website]
name = "Survey team"
description = "Running, analysing, and presenting the community survey."
+
+[github]
+orgs = ["rust-lang"]
diff --git a/teams/community.toml b/teams/community.toml
index 2227327..d6c7e49 100644
--- a/teams/community.toml
+++ b/teams/community.toml
@@ -1,13 +1,13 @@
name = "community"
[people]
-leads = ["ashleygwilliams"]
+leads = []
members = [
"skade",
"Manishearth",
"sebasmagri",
- "badboy",
"ashleygwilliams",
+ "badboy",
"fmoko",
"technetos",
"jonathandturner",
@@ -22,6 +22,9 @@ repo = "https://github.com/rust-community/team"
discord-invite = "https://discord.gg/KskHZGT"
discord-name = "#community-team"
+[github]
+orgs = ["rust-lang"]
+
[[lists]]
address = "community@rust-lang.org"
extra-teams = [
@@ -64,6 +67,7 @@ extra-emails = [
address = "rustbridge@rust-lang.org"
include-team-members = false
extra-people = [
+ "fmoko",
"ashleygwilliams",
"arshiamufti",
]