diff options
| author | Ryan Levick <me@ryanlevick.com> | 2021-07-26 10:31:28 +0200 |
|---|---|---|
| committer | Ryan Levick <me@ryanlevick.com> | 2021-07-26 10:31:28 +0200 |
| commit | d1b032f52579a70dcf0385a97c1afbbe624a4d27 (patch) | |
| tree | 9f8b814d6a1d8d63c3dec3c95b6f0834fcfeba1a | |
| parent | 3bcce82d14b85996c134420ac3c6790a410f7842 (diff) | |
| download | rust-d1b032f52579a70dcf0385a97c1afbbe624a4d27.tar.gz rust-d1b032f52579a70dcf0385a97c1afbbe624a4d27.zip | |
Notify the Rust 2021 edition working group in zulip of edition bugs
| -rw-r--r-- | triagebot.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index bf30927448a..187270fe7bc 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."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" |
