diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-28 21:01:13 +0900 |
|---|---|---|
| committer | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-07-28 21:01:13 +0900 |
| commit | b85dae00dc097f4cd7ad292c4f18374020780d7b (patch) | |
| tree | a2aa5ce4fb92239a59feea2de1b407053a6cee68 | |
| parent | 1f5d69daccd1f04e42886d9aaf513f2691132d17 (diff) | |
| download | rust-b85dae00dc097f4cd7ad292c4f18374020780d7b.tar.gz rust-b85dae00dc097f4cd7ad292c4f18374020780d7b.zip | |
Enable to ping RISC-V group via triagebot
| -rw-r--r-- | triagebot.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index ce4ea895400..8fe89095ae9 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -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" |
