diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-26 17:06:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-26 17:06:40 +0100 |
| commit | 6ecbc343f73de10d7c9d9804157318b16581b457 (patch) | |
| tree | 628f12f900d08d6fff015bbe1c6c2e1accfebe55 | |
| parent | d549d4f5a711ba1947bf80984d6dd1a9e63b87ad (diff) | |
| parent | d0bf6e694821586b499da1749df3f94b8ce27e5b (diff) | |
| download | rust-6ecbc343f73de10d7c9d9804157318b16581b457.tar.gz rust-6ecbc343f73de10d7c9d9804157318b16581b457.zip | |
Rollup merge of #123047 - ehuss:triagebot-edition-2024, r=fmease
triagebot: Add notification of 2024 issues This adds a notification for 2024 issues to Zulip.
| -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. |
