add option to ping llvm ice-breakers to triagebot

This commit is contained in:
Niko Matsakis 2019-10-17 14:15:59 -04:00 committed by GitHub
parent ea45150837
commit a4d94925c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -8,3 +8,14 @@ allow-unauthenticated = [
]
[assign]
[ping.icebreaker-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"