X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=1e4df4d3fb79a58185907d63c0574bdeb779ec16;hb=15101c8e95db6941f8c7d55fb301ad1b62748c7b;hp=968b80414bcfe4c93362b8375ec7608d19f0517f;hpb=b10966be750994a5c5664f7e02aa3f4a52e723d2;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 968b80414bc..1e4df4d3fb7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -102,6 +102,8 @@ message_on_add = """\ - Needs `I-nominated`? """ message_on_remove = "Issue #{number}'s prioritization request has been removed." +message_on_close = "Issue #{number} has been closed while requested for prioritization." +message_on_reopen = "Issue #{number} has been reopened." [notify-zulip."T-rustdoc"] required_labels = ["I-nominated"] @@ -112,8 +114,18 @@ 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" changelog-path = "RELEASES.md" changelog-branch = "master" + +[shortcut]