about summary refs log tree commit diff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2021-07-26 16:04:38 +0200
committerGitHub <noreply@github.com>2021-07-26 16:04:38 +0200
commitd94f554953cfa440a244dfc9bc4f3b9b5fd7a5f9 (patch)
treea409557c11356b71b0939672a3373ff365e64a42
parent434223c6323b6ffdbab4badf0d37a9534d2d34d8 (diff)
parent79da09b14a4a0b0271ba19da32f8e42f38310e37 (diff)
downloadrust-d94f554953cfa440a244dfc9bc4f3b9b5fd7a5f9.tar.gz
rust-d94f554953cfa440a244dfc9bc4f3b9b5fd7a5f9.zip
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`
-rw-r--r--triagebot.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index bf30927448a..81c6719647f 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -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"