Skip to content

Commit

Permalink
Rollup merge of rust-lang#65508 - rust-lang:llvm-icebreakers-ping-1, …
Browse files Browse the repository at this point in the history
…r=simulacrum

add option to ping llvm ice-breakers to triagebot
  • Loading branch information
tmandry committed Oct 18, 2019
2 parents 64bf0ca + 5487994 commit 9fc8d8e
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 @@ -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"

0 comments on commit 9fc8d8e

Please sign in to comment.