-
Notifications
You must be signed in to change notification settings - Fork 354
Expand file tree
/
Copy pathall.toml
More file actions
41 lines (33 loc) · 782 Bytes
/
all.toml
File metadata and controls
41 lines (33 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
name = "all"
kind = "marker-team"
[people]
leads = []
members = []
include-all-team-members = true
[[github]]
orgs = ["rust-lang"]
[[lists]]
address = "all@rust-lang.org"
[[lists]]
address = "team@rust-lang.org"
[[lists]]
address = "underhanded@rust-lang.org"
include-team-members = false
extra-emails = [
"rust-underhanded@googlegroups.com",
]
[[lists]]
address = "verification@rust-lang.org"
include-team-members = false
extra-emails = [
"rust-verification@googlegroups.com",
]
[[zulip-groups]]
name = "T-all"
# Private channel with all team members, so that we can have an easy way of reaching them.
# Also includes Rust Foundation staff, for any relevant non-public communication.
[[zulip-streams]]
name = "all/private"
extra-teams = [
"foundation-staff",
]