Skip to content

Commit

Permalink
add option to ping llvm ice-breakers to triagebot
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomatsakis committed Oct 17, 2019
1 parent ea45150 commit a4d9492
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions triagebot.toml
Expand Up @@ -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"

0 comments on commit a4d9492

Please sign in to comment.