diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-03-09 06:38:50 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-09 06:38:50 +0100 |
| commit | d365d5eeaf6219a1bf7b10450c6420dc6d64b944 (patch) | |
| tree | bb8a08add3164f060bf8d9d5670eb0e320b7baf9 | |
| parent | 2b17c2762691a8489ac537cc1bf33c9d6b247c9a (diff) | |
| parent | 5b28c3873d1cd82750cb734cd7f2e989ae9765a1 (diff) | |
| download | rust-d365d5eeaf6219a1bf7b10450c6420dc6d64b944.tar.gz rust-d365d5eeaf6219a1bf7b10450c6420dc6d64b944.zip | |
Rollup merge of #94583 - dtolnay:fuchsia, r=Mark-Simulacrum
Add a team for '@rustbot ping fuchsia' I was looking for this in response to https://github.com/rust-lang/rust/pull/93858#issuecomment-1041367498. Depends on https://github.com/rust-lang/team/pull/710.
| -rw-r--r-- | triagebot.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 276587e7f13..f6f1b918f06 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -73,6 +73,13 @@ Thanks! <3 """ label = "O-riscv" +[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? +""" +label = "O-fuchsia" + [prioritize] label = "I-prioritize" |
