This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Hey LLVM ICE-breakers! This bug has been identified as a good
2020[instructions] for tackling these sorts of bugs. Maybe take a look?
2121Thanks! <3
2222
23- [instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker /llvm.html
23+ [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups /llvm.html
2424"""
2525label = " ICEBreaker-LLVM"
2626
@@ -32,7 +32,7 @@ Hey Cleanup Crew ICE-breakers! This bug has been identified as a good
3232[instructions] for tackling these sorts of bugs. Maybe take a look?
3333Thanks! <3
3434
35- [instructions]: https://rustc-dev-guide.rust-lang.org/ice-breaker /cleanup-crew.html
35+ [instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups /cleanup-crew.html
3636"""
3737label = " ICEBreaker-Cleanup-Crew"
3838
@@ -46,6 +46,16 @@ Thanks! <3
4646"""
4747label = " O-windows"
4848
49+ [ping .arm ]
50+ message = """ \
51+ Hey ARM Group! This bug has been identified as a good "ARM candidate".
52+ In case it's useful, here are some [instructions] for tackling these sorts of
53+ bugs. Maybe take a look?
54+ Thanks! <3
55+ [instructions]: https://rust-lang.github.io/rustc-guide/notification-groups/arm.html
56+ """
57+ label = " O-ARM"
58+
4959[prioritize ]
5060label = " I-prioritize"
5161prioritize_on = [" regression-from-stable-to-stable" , " regression-from-stable-to-beta" , " regression-from-stable-to-nightly" ]
You can’t perform that action at this time.
0 commit comments