X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;ds=sidebyside;f=triagebot.toml;h=f0e3a99037b022118df470c8b7fe27578824e79e;hb=5f818f94e762a6a371b3ecc5261facf4952bf432;hp=f3509897bdf9c834db18b2bc7cbda5754c9af270;hpb=e2934bab3ea0e1cdcd15e215629ba0ea17507449;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index f3509897bdf..7ece7f977ce 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -3,7 +3,30 @@ allow-unauthenticated = [ "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*", "requires-nightly", # I-* without I-nominated - "I-compilemem", "I-compiletime", "I-crash", "I-hang", "I-ICE", "I-slow", + "I-*", "!I-nominated", + "AsyncAwait-OnDeck", ] [assign] + +[ping.icebreakers-llvm] +message = """\ +Hey LLVM ICE-breakers! This bug has been identified as a good +"LLVM ICE-breaking candidate". In case it's useful, here are some +[instructions] for tackling these sorts of bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html +""" +label = "ICEBreaker-LLVM" + +[ping.icebreakers-cleanup-crew] +message = """\ +Hey Cleanup Crew ICE-breakers! This bug has been identified as a good +"Cleanup ICE-breaking candidate". In case it's useful, here are some +[instructions] for tackling these sorts of bugs. Maybe take a look? +Thanks! <3 + +[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/cleanup-crew.html +""" +label = "ICEBreaker-Cleanup-Crew"