Skip to content

Commit aba945e

Browse files
committed
create funding advisors team
Create a private `funding/with-advisors` stream and modify the `funding@` email alias to include the advisors; `funding-private@` can be used if we want narrow-cast.
1 parent 2b75b2a commit aba945e

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

teams/funding-advisors.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "funding-advisors"
2+
subteam-of = "funding"
3+
4+
[people]
5+
leads = []
6+
members = [
7+
"jlizen",
8+
"becrumbul",
9+
]
10+
alumni = []
11+
12+
[website]
13+
name = "Funding advisors team"
14+
description = "People coordinating closely with the Funding team"
15+
16+
[[zulip-groups]]
17+
name = "T-funding-advisors"
18+
19+
[[zulip-streams]]
20+
name = "t-funding/with-advisors"
21+
extra-teams = ["funding"]

teams/funding.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ name = "funding/private"
3333

3434
[[lists]]
3535
address = "funding@rust-lang.org"
36+
extra-teams = ["funding-advisors"]
37+
38+
[[lists]]
39+
address = "funding-private@rust-lang.org"
3640

3741
[rfcbot]
3842
label = "T-funding"

0 commit comments

Comments
 (0)