Skip to content

Commit 2ca0972

Browse files
adamgemmellAmanieu
authored andcommitted
Add ping groups from Rust to stdarch
1 parent a9887d1 commit 2ca0972

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

triagebot.toml

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,51 @@
22

33
[assign.owners]
44
"*" = ["@Amanieu"]
5+
6+
[ping.windows]
7+
message = """\
8+
Hey Windows Group! This issue could use some guidance on how it can be resolved
9+
on Windows platforms.
10+
Could one of you weigh in please? In case it's useful, here are some
11+
[instructions] for tackling these sorts of bugs.
12+
Thanks!
13+
14+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
15+
"""
16+
17+
[ping.arm]
18+
message = """\
19+
Hey Arm-interested people! This issue could use some guidance on how it can be
20+
resolved on Arm platforms.
21+
Could one of you weigh in please? In case it's useful, here are some
22+
[instructions] for tackling these sorts of bugs.
23+
Thanks!
24+
25+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
26+
"""
27+
28+
[ping.risc-v]
29+
message = """\
30+
Hey RISC-V Group! This issue could use some guidance on how it can be resolved
31+
on RISC-V platforms.
32+
Could one of you weigh in please? In case it's useful, here are some
33+
[instructions] for tackling these sorts of bugs.
34+
Thanks!
35+
36+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
37+
"""
38+
39+
[ping.fuchsia]
40+
message = """\
41+
Hey friends of Fuchsia! This issue could use some guidance on how this should be
42+
resolved/implemented on Fuchsia. Could one of you weigh in please?
43+
Thanks!
44+
"""
45+
46+
[ping.macos]
47+
message = """\
48+
Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could
49+
one of you weigh in please?
50+
Thanks!
51+
"""
52+

0 commit comments

Comments
 (0)