]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Rollup merge of #69728 - LeSeulArtichaut:patch-1, r=steveklabnik
[rust.git] / triagebot.toml
index f0e3a99037b022118df470c8b7fe27578824e79e..a174dd1e7f3fe4815de097037d36d160b8e2e23e 100644 (file)
@@ -1,6 +1,7 @@
 [relabel]
 allow-unauthenticated = [
     "C-*", "A-*", "E-*", "NLL-*", "O-*", "S-*", "T-*", "WG-*", "F-*",
+    "D-*",
     "requires-nightly",
     # I-* without I-nominated
     "I-*", "!I-nominated",
@@ -19,3 +20,14 @@ 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"