X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=7ece7f977ce2a39b76c002105aacb1598885a36a;hb=183e893aaae581bd0ab499ba56b6c5e118557dc7;hp=f0e3a99037b022118df470c8b7fe27578824e79e;hpb=14f0ed64e306cfc232c3209985afb53fa2cadbb2;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"