diff options
| author | Eric Huss <eric@huss.org> | 2024-03-25 12:00:47 -0700 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-03-25 17:29:04 -0700 |
| commit | d0bf6e694821586b499da1749df3f94b8ce27e5b (patch) | |
| tree | fdae31f6db9ad564e318d642bb24457a11a36ebb | |
| parent | 60b5ca62752ecc25d578066c8b82e1a4887267d4 (diff) | |
| download | rust-d0bf6e694821586b499da1749df3f94b8ce27e5b.tar.gz rust-d0bf6e694821586b499da1749df3f94b8ce27e5b.zip | |
triagebot: Add notification of 2024 issues
| -rw-r--r-- | triagebot.toml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/triagebot.toml b/triagebot.toml index a42bafe148c..62a706fafe1 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -424,7 +424,15 @@ 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 +zulip_stream = 268952 # #edition +topic = "Edition Bugs" +message_on_add = """\ +Issue #{number} "{title}" has been added (previous edition 2021). +""" + +[notify-zulip."A-edition-2024"] +required_labels = ["C-bug"] +zulip_stream = 268952 # #edition topic = "Edition Bugs" message_on_add = """\ Issue #{number} "{title}" has been added. |
