From 8c960741e3f557e00609da2b281a0dcd10048c5a Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sat, 30 Aug 2025 12:41:03 +0800 Subject: [PATCH 1/2] Create `T-all` zulip user group This is needed to configure the infra announcement channel so the zulip user group membership is synced automatically with project team membership. This notably does not include working groups, project groups, or marker teams. The cloud-compute marker team will need its own zulip user group in a follow-up. --- teams/all.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/teams/all.toml b/teams/all.toml index 15c46ebe0..795e3bf1a 100644 --- a/teams/all.toml +++ b/teams/all.toml @@ -31,3 +31,6 @@ extra-emails = [ [[discord-roles]] name = "WGs and Teams" + +[[zulip-groups]] +name = "T-all" From 46df2917fb71d67e6b0d525e02e9c67703103575 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Mon, 15 Sep 2025 19:55:15 +0800 Subject: [PATCH 2/2] Exclude `all` members without zulip id from zulip group --- teams/all.toml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/teams/all.toml b/teams/all.toml index 795e3bf1a..8d347a885 100644 --- a/teams/all.toml +++ b/teams/all.toml @@ -34,3 +34,29 @@ name = "WGs and Teams" [[zulip-groups]] name = "T-all" +excluded-people = [ + "adityac8", + "andrewpollack", + "arshiamufti", + "badboy", + "bdillo", + "bnchi", + "cdmistman", + "celaus", + "ericseppanen", + "extrawurst", + "flaki", + "ibraheemdev", + "KannanPalani57", + "manyinsects", + "mariannegoldin", + "marioidival", + "mattgathu", + "opeolluwa", + "sebasmagri", + "SimonSapin", + "spacekookie", + "sunfishcode", + "U007D", + "wezm", +]