X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=7ece7f977ce2a39b76c002105aacb1598885a36a;hb=eed12bcd0cb281979c4c9ed956b9e41fda2bfaeb;hp=f0e3a99037b022118df470c8b7fe27578824e79e;hpb=1dbb010c9aed25e2db04185190fda376aeca8b3e;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index f0e3a99037b..7ece7f977ce 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -19,3 +19,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"