Skip to content

Commit 7c1cbab

Browse files
committed
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.
1 parent 2a65ad8 commit 7c1cbab

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

teams/all.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,16 @@ include-team-members = false
2828
extra-emails = [
2929
3030
]
31+
32+
[[zulip-groups]]
33+
name = "T-all"
34+
# Exclude the following people from the Zulip group for grandfathering
35+
# purposes.
36+
excluded-people = [
37+
"U007D",
38+
"andrewpollack",
39+
"arshiamufti",
40+
"bnchi",
41+
"celaus",
42+
"opeolluwa",
43+
]

0 commit comments

Comments
 (0)