Skip to content

Commit

Permalink
Merge pull request #3495 from ehuss/triagebot-notify
Browse files Browse the repository at this point in the history
Add Zulip notifications for cargo and crates-io
  • Loading branch information
ehuss committed Sep 20, 2023
2 parents 3aef19f + b3ab896 commit c715a88
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,13 @@ allow-unauthenticated = [
"T-*",
"not-rfc",
]

[notify-zulip."T-cargo"]
zulip_stream = 246057 # t-cargo
topic = "RFC #{number} - {title}"
message_on_add = "A new T-cargo RFC has been opened: https://github.com/rust-lang/rfcs/pull/{number}"

[notify-zulip."T-crates-io"]
zulip_stream = 318791 # t-crates-io
topic = "RFC #{number} - {title}"
message_on_add = "A new T-crates-io RFC has been opened: https://github.com/rust-lang/rfcs/pull/{number}"

0 comments on commit c715a88

Please sign in to comment.