Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ add-labels = ["beta-nominated"]

[ping.windows]
message = """\
Hey Windows Group! This bug has been identified as a good "Windows candidate".
Hey Windows Group! This issue has been identified as a good "Windows candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
issues. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/windows.html
Expand All @@ -87,9 +87,9 @@ label = "O-windows"

[ping.arm]
message = """\
Hey ARM Group! This bug has been identified as a good "ARM candidate".
Hey ARM Group! This issue has been identified as a good "ARM candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
issues. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/arm.html
Expand All @@ -98,9 +98,9 @@ label = "O-ARM"

[ping.loongarch]
message = """\
Hey LoongArch Group! This bug has been identified as a good "LoongArch candidate".
Hey LoongArch Group! This issue has been identified as a good "LoongArch candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
issues. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/loongarch.html
Expand All @@ -109,9 +109,9 @@ label = "O-loongarch"

[ping.risc-v]
message = """\
Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
Hey RISC-V Group! This issue has been identified as a good "RISC-V candidate".
In case it's useful, here are some [instructions] for tackling these sorts of
bugs. Maybe take a look?
issues. Maybe take a look?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
Expand Down
Loading