]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Rollup merge of #68495 - sdegutis:patch-1, r=Mark-Simulacrum
[rust.git] / triagebot.toml
index f3509897bdf9c834db18b2bc7cbda5754c9af270..7ece7f977ce2a39b76c002105aacb1598885a36a 100644 (file)
@@ -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"