From 3124603f0948fd5e2a1dc88908436d508846b7c6 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Mon, 27 Jan 2020 15:58:27 -0300 Subject: [PATCH] Add support for icebreakers-cleanup-crew commands --- triagebot.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index f0e3a99037b02..7ece7f977ce2a 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"