1
Fork 0

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`
This commit is contained in:
Guillaume Gomez 2021-07-26 16:04:38 +02:00 committed by GitHub
commit d94f554953
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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