Skip to content

Commit

Permalink
triagebot: Add notification of 2024 issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 25, 2024
1 parent 60b5ca6 commit af6530e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
"""

[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.
Expand Down

0 comments on commit af6530e

Please sign in to comment.