Rollup merge of #65508 - rust-lang:llvm-icebreakers-ping-1, r=simulacrum

add option to ping llvm ice-breakers to triagebot
This commit is contained in:
Tyler Mandry 2019-10-18 13:48:28 -07:00 committed by GitHub
commit 9fc8d8eb45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,3 +8,14 @@ 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"