Skip to content

Commit aac5788

Browse files
authored
Rollup merge of #68581 - spastorino:support-ice-breaker-cleanup-crew, r=Dylan-DPC
Add support for icebreakers-cleanup-crew commands r? @nikomatsakis
2 parents 41110ed + 3124603 commit aac5788

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
@@ -19,3 +19,14 @@ Thanks! <3
1919
[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html
2020
"""
2121
label = "ICEBreaker-LLVM"
22+
23+
[ping.icebreakers-cleanup-crew]
24+
message = """\
25+
Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
26+
"Cleanup ICE-breaking candidate". In case it's useful, here are some
27+
[instructions] for tackling these sorts of bugs. Maybe take a look?
28+
Thanks! <3
29+
30+
[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/cleanup-crew.html
31+
"""
32+
label = "ICEBreaker-Cleanup-Crew"

0 commit comments

Comments
 (0)