Notify the Rust 2021 edition working group in zulip of edition bugs

This commit is contained in:
Ryan Levick 2021-07-26 10:31:28 +02:00
parent 3bcce82d14
commit d1b032f525

View file

@ -112,6 +112,14 @@ message_on_add = """\
"""
message_on_remove = "Issue #{number}'s nomination request has been removed."
[notify-zulip."edition 2021"]
required_labels = ["C-bug", "A-edition-2021"]
zulip_stream = 268952 # #edition 2021
topic = "Edition Bugs"
message_on_add = """\
Issue #{number} "{title}" has been added.
"""
[github-releases]
format = "rustc"
project-name = "Rust"