Skip to content

Commit

Permalink
Rollup merge of #68581 - spastorino:support-ice-breaker-cleanup-crew,…
Browse files Browse the repository at this point in the history
… r=Dylan-DPC

Add support for icebreakers-cleanup-crew commands

r? @nikomatsakis
  • Loading branch information
JohnTitor authored Jan 28, 2020
2 parents 41110ed + 3124603 commit aac5788
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit aac5788

Please sign in to comment.