Skip to content

Commit d94f554

Browse files
Rollup merge of #87473 - rylev:zulip-notify-edition-bugs, r=jyn514
Notify the Rust 2021 edition working group in zulip of edition bugs Notifying the group of these issues will make it easier for us to track them. r? `@jyn514`
2 parents 434223c + 79da09b commit d94f554

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: triagebot.toml

+8
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ message_on_add = """\
112112
"""
113113
message_on_remove = "Issue #{number}'s nomination request has been removed."
114114

115+
[notify-zulip."A-edition-2021"]
116+
required_labels = ["C-bug"]
117+
zulip_stream = 268952 # #edition 2021
118+
topic = "Edition Bugs"
119+
message_on_add = """\
120+
Issue #{number} "{title}" has been added.
121+
"""
122+
115123
[github-releases]
116124
format = "rustc"
117125
project-name = "Rust"

0 commit comments

Comments
 (0)