diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-06-29 18:06:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-29 18:06:15 +0200 |
| commit | dd346987e94fe293e9edf4b679fc75692aff1446 (patch) | |
| tree | 99af8a73cbd96420dec5abb5e84e7abac0190ee1 | |
| parent | 0ca7f74dbd23a3e8ec491cd3438f490a3ac22741 (diff) | |
| download | rust-dd346987e94fe293e9edf4b679fc75692aff1446.tar.gz rust-dd346987e94fe293e9edf4b679fc75692aff1446.zip | |
Fix Zulip topic format
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index 73ca7abfed3..51a29553fdb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -92,7 +92,7 @@ message_on_remove = "Issue #{number}'s prioritization request has been removed." [notify-zulip."I-nominated"] required_labels = ["T-compiler"] zulip_stream = 245100 # #t-compiler/wg-prioritization/alerts -topic = "I-prioritize #{number} {title}" +topic = "I-nominated #{number} {title}" message_on_add = """\ @*WG-prioritization/alerts* #{number} has been nominated for discussion in `T-compiler` meeting. |
