Skip to content

Commit

Permalink
Notify Zulip stream on types nominations
Browse files Browse the repository at this point in the history
  • Loading branch information
fmease authored and compiler-errors committed Sep 25, 2023
1 parent c715a88 commit bbe2f2f
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 @@ -14,3 +14,13 @@ message_on_add = "A new T-cargo RFC has been opened: https://github.com/rust-lan
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}"

[notify-zulip."I-types-nominated"]
zulip_stream = 326866 # #T-types/nominated
topic = "RFC #{number}: {title}"
message_on_add = """\
@*T-types* RFC #{number} "{title}" has been nominated for team discussion.
"""
message_on_remove = "RFC #{number}'s nomination has been removed. Thanks all for participating!"
message_on_close = "RFC #{number} has been closed. Thanks for participating!"
message_on_reopen = "RFC #{number} has been reopened. Pinging @*T-types*."

0 comments on commit bbe2f2f

Please sign in to comment.