]> git.lizzy.rs Git - rust.git/blobdiff - triagebot.toml
Auto merge of #68635 - JohnTitor:rollup-jsc34ac, r=JohnTitor
[rust.git] / triagebot.toml
index d87c5b64c21c26c0fb7ba6a0c797af768235ac97..7ece7f977ce2a39b76c002105aacb1598885a36a 100644 (file)
@@ -8,3 +8,25 @@ allow-unauthenticated = [
 ]
 
 [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"