X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=triagebot.toml;h=f0e3a99037b022118df470c8b7fe27578824e79e;hb=5f818f94e762a6a371b3ecc5261facf4952bf432;hp=d87c5b64c21c26c0fb7ba6a0c797af768235ac97;hpb=d0f8bd6e26c40d3940d5d1c942c0e25ef0dd3ba4;p=rust.git diff --git a/triagebot.toml b/triagebot.toml index d87c5b64c21..7ece7f977ce 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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"