Skip to content

Commit 9890b1a

Browse files
authored
Rollup merge of rust-lang#65508 - rust-lang:llvm-icebreakers-ping-1, r=simulacrum
add option to ping llvm ice-breakers to triagebot
2 parents be9a8a9 + 5487994 commit 9890b1a

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.icebreakers-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)