We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60b5ca6 commit d0bf6e6Copy full SHA for d0bf6e6
triagebot.toml
@@ -424,7 +424,15 @@ message_on_reopen = "Issue #{number} has been reopened. Pinging @*T-types*."
424
425
[notify-zulip."A-edition-2021"]
426
required_labels = ["C-bug"]
427
-zulip_stream = 268952 # #edition 2021
+zulip_stream = 268952 # #edition
428
+topic = "Edition Bugs"
429
+message_on_add = """\
430
+Issue #{number} "{title}" has been added (previous edition 2021).
431
+"""
432
+
433
+[notify-zulip."A-edition-2024"]
434
+required_labels = ["C-bug"]
435
436
topic = "Edition Bugs"
437
message_on_add = """\
438
Issue #{number} "{title}" has been added.
0 commit comments