Skip to content

Commit

Permalink
Add ping groups from Rust to stdarch
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgemmell authored and Amanieu committed Feb 23, 2024
1 parent a9887d1 commit eed9ff8
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,51 @@

[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.macos]
message = """\
Hey MacOS Group! This issue or PR could use some MacOS-specific guidance. Could
one of you weigh in please?
Thanks!
"""

0 comments on commit eed9ff8

Please sign in to comment.