X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=48c7a00de7830c83e4659f49f35358049949fea1;hb=282d696009c74f8fc1487cff3b8dc28e6eb7041b;hp=81c6719647fc1476ff7bf3d2bbc5ddb9e154f8aa;hpb=7f32dd546f23f122a6c5e87db50e404261b75722;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index 81c6719647f..48c7a00de78 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -5,8 +5,8 @@ allow-unauthenticated = [ "requires-nightly", "regression-*", "perf-*", - # I-* without I-nominated - "I-*", "!I-nominated", + # I-* without I-*nominated + "I-*", "!I-*nominated", "AsyncAwait-OnDeck", ] @@ -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"]