Skip to content

Commit 18bb835

Browse files
authored
Rollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark-Simulacrum
Enable to ping RISC-V group via triagebot We have the RISC-V group (https://github.com/rust-lang/team/blob/master/teams/risc-v.toml) but don't enable to ping on this repository (#74813 (comment)). We don't have the instructions on the rustc-dev-guide yet but I'll create it soonish.
2 parents 1de0211 + b85dae0 commit 18bb835

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

triagebot.toml

+11
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ Thanks! <3
5858
"""
5959
label = "O-ARM"
6060

61+
[ping.risc-v]
62+
message = """\
63+
Hey RISC-V Group! This bug has been identified as a good "RISC-V candidate".
64+
In case it's useful, here are some [instructions] for tackling these sorts of
65+
bugs. Maybe take a look?
66+
Thanks! <3
67+
68+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
69+
"""
70+
label = "O-riscv"
71+
6172
[prioritize]
6273
label = "I-prioritize"
6374

0 commit comments

Comments
 (0)