Skip to content

Commit

Permalink
Rollup merge of #74872 - JohnTitor:ping-risc-v, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
JohnTitor authored Jul 29, 2020
2 parents 1de0211 + b85dae0 commit 18bb835
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,17 @@ Thanks! <3
"""
label = "O-ARM"

[ping.risc-v]
message = """\
Hey RISC-V Group! This bug 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?
Thanks! <3
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/risc-v.html
"""
label = "O-riscv"

[prioritize]
label = "I-prioritize"

Expand Down

0 comments on commit 18bb835

Please sign in to comment.