Skip to content

Commit c715a88

Browse files
authored
Merge pull request #3495 from ehuss/triagebot-notify
Add Zulip notifications for cargo and crates-io
2 parents 3aef19f + b3ab896 commit c715a88

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

triagebot.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,13 @@ allow-unauthenticated = [
44
"T-*",
55
"not-rfc",
66
]
7+
8+
[notify-zulip."T-cargo"]
9+
zulip_stream = 246057 # t-cargo
10+
topic = "RFC #{number} - {title}"
11+
message_on_add = "A new T-cargo RFC has been opened: https://github.com/rust-lang/rfcs/pull/{number}"
12+
13+
[notify-zulip."T-crates-io"]
14+
zulip_stream = 318791 # t-crates-io
15+
topic = "RFC #{number} - {title}"
16+
message_on_add = "A new T-crates-io RFC has been opened: https://github.com/rust-lang/rfcs/pull/{number}"

0 commit comments

Comments
 (0)