Skip to content

Commit a70fb70

Browse files
authored
Rollup merge of #72706 - spastorino:add-windows-group, r=nikomatsakis
Add windows group to triagebot r? @nikomatsakis
2 parents bb86748 + a01485c commit a70fb70

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

triagebot.toml

+22-2
Original file line numberDiff line numberDiff 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?
2121
Thanks! <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
"""
2525
label = "ICEBreaker-LLVM"
2626

@@ -32,10 +32,30 @@ 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?
3333
Thanks! <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
"""
3737
label = "ICEBreaker-Cleanup-Crew"
3838

39+
[ping.windows]
40+
message = """\
41+
Hey Windows Group! This bug has been identified as a good "Windows candidate".
42+
In case it's useful, here are some [instructions] for tackling these sorts of
43+
bugs. Maybe take a look?
44+
Thanks! <3
45+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
46+
"""
47+
label = "O-windows"
48+
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://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
56+
"""
57+
label = "O-ARM"
58+
3959
[prioritize]
4060
label = "I-prioritize"
4161
prioritize_on = ["regression-from-stable-to-stable", "regression-from-stable-to-beta", "regression-from-stable-to-nightly"]

0 commit comments

Comments
 (0)