diff options
| author | Michael Goulet <michael@errs.io> | 2022-06-03 07:08:17 -0700 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-06-03 07:08:17 -0700 |
| commit | 7b6f25a2fa26a156f197fdbf7337145364e4cd83 (patch) | |
| tree | 95327a335db6e5244851590d3ab684fa6234ba87 | |
| parent | 72f7e3144a386c820c188350092d2d93a74889b8 (diff) | |
| download | rust-7b6f25a2fa26a156f197fdbf7337145364e4cd83.tar.gz rust-7b6f25a2fa26a156f197fdbf7337145364e4cd83.zip | |
Add `#T-types/nominated` zulip notification
| -rw-r--r-- | triagebot.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index e161adcd6e0..25e2c384624 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -183,6 +183,16 @@ message_on_add = """\ """ message_on_remove = "Issue #{number}'s nomination request has been removed." +[notify-zulip."I-types-nominated"] +zulip_stream = 326866 # #T-types/nominated +topic = "#{number}: {title}" +message_on_add = """\ +@*T-types* issue #{number} "{title}" has been nominated for team discussion. +""" +message_on_remove = "Issue #{number}'s nomination has been removed. Thanks all for participating!" +message_on_close = "Issue #{number} has been closed. Thanks for participating!" +message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*." + [notify-zulip."A-edition-2021"] required_labels = ["C-bug"] zulip_stream = 268952 # #edition 2021 |
