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:
commit
d94f554953
1 changed files with 8 additions and 0 deletions
|
@ -112,6 +112,14 @@ message_on_add = """\
|
|||
"""
|
||||
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]
|
||||
format = "rustc"
|
||||
project-name = "Rust"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue