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