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