Skip to content

Commit a4d9492

Browse files
authored
add option to ping llvm ice-breakers to triagebot
1 parent ea45150 commit a4d9492

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

triagebot.toml

+11
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,14 @@ allow-unauthenticated = [
88
]
99

1010
[assign]
11+
12+
[ping.icebreaker-llvm]
13+
message = """\
14+
Hey LLVM ICE-breakers! This bug has been identified as a good
15+
"LLVM ICE-breaking candidate". In case it's useful, here are some
16+
[instructions] for tackling these sorts of bugs. Maybe take a look?
17+
Thanks! <3
18+
19+
[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html
20+
"""
21+
label = "ICEBreaker-LLVM"

0 commit comments

Comments
 (0)