From f8998176e9408d05f58a1874755083d66c2bc5b8 Mon Sep 17 00:00:00 2001 From: Jieyou Xu Date: Sat, 30 Aug 2025 12:41:03 +0800 Subject: [PATCH] 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. --- teams/all.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/teams/all.toml b/teams/all.toml index 1ff88dc2a..8774d1548 100644 --- a/teams/all.toml +++ b/teams/all.toml @@ -28,3 +28,17 @@ include-team-members = false extra-emails = [ "rust-verification@googlegroups.com", ] + +[[zulip-groups]] +name = "T-all" +# Exclude the following people from the Zulip group for grandfathering purposes, +# where previously we didn't require all project team members to have Zulip IDs +# (since there wasn't a `T-all` Zulip group previously). +excluded-people = [ + "U007D", + "andrewpollack", + "arshiamufti", + "bnchi", + "celaus", + "opeolluwa", +]