Add support for icebreakers-cleanup-crew commands

This commit is contained in:
Santiago Pastorino 2020-01-27 15:58:27 -03:00
parent e0bbe7915e
commit 3124603f09
No known key found for this signature in database
GPG key ID: 88C941CDA1D46432

View file

@ -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"