From 36024ffd28407cfcdab160f7cfd311fc3ed442ca Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 11 Dec 2023 03:41:39 -0500 Subject: [PATCH] Add team-admins github team (#1145) See https://github.com/rust-lang/rust-forge/pull/707, https://github.com/rust-lang/leadership-council/issues/35 for context. --- teams/team-repo-admins.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 teams/team-repo-admins.toml diff --git a/teams/team-repo-admins.toml b/teams/team-repo-admins.toml new file mode 100644 index 000000000..200360130 --- /dev/null +++ b/teams/team-repo-admins.toml @@ -0,0 +1,17 @@ +name = "team-repo-admins" +kind = "marker-team" + +[people] +leads = [] +members = [ + "Mark-Simulacrum", + "rylev", + "jackh726", +] +alumni = [] + +[[github]] +orgs = ["rust-lang"] + +[[zulip-groups]] +name = "team-repo-admins"