diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-26 18:45:33 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-26 18:45:33 +0200 |
| commit | 13ec1b0c979938cdf23aa7f69f65e57ca043e74d (patch) | |
| tree | c2eb33a624c31b49ce12416bbb201c29661fb398 | |
| parent | 9260be36b2dbd896c6b233d60d1c429a75a0081a (diff) | |
| parent | a4ffeb026326cf61b24589df742c2b1eb372b7e2 (diff) | |
| download | rust-13ec1b0c979938cdf23aa7f69f65e57ca043e74d.tar.gz rust-13ec1b0c979938cdf23aa7f69f65e57ca043e74d.zip | |
Rollup merge of #131875 - juntyr:wasm-notification-groups-triage, r=Mark-Simulacrum
Add WASM | WASI | Emscripten groups to triagebot.toml Tracking issue: https://github.com/rust-lang/compiler-team/issues/799 ~~This is blocked on amending the notification group section so that the instructions links point somewhere: https://github.com/rust-lang/rustc-dev-guide/pull/2100~~
| -rw-r--r-- | triagebot.toml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 17ce4cf32a2..2e8851e7ec2 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -135,6 +135,43 @@ In case it's useful, here are some [instructions] for tackling these sorts of is """ label = "O-rfl" +[ping.wasm] +alias = ["webassembly"] +message = """\ +Hey WASM notification group! This issue or PR could use some WebAssembly-specific +guidance. Could one of you weigh in? Thanks <3 + +(In case it's useful, here are some [instructions] for tackling these sorts of +issues). + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/wasm.html +""" +label = "O-wasm" + +[ping.wasi] +message = """\ +Hey WASI notification group! This issue or PR could use some WASI-specific guidance. +Could one of you weigh in? Thanks <3 + +(In case it's useful, here are some [instructions] for tackling these sorts of +issues). + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/wasi.html +""" +label = "O-wasi" + +[ping.emscripten] +message = """\ +Hey Emscripten notification group! This issue or PR could use some Emscripten-specific +guidance. Could one of you weigh in? Thanks <3 + +(In case it's useful, here are some [instructions] for tackling these sorts of +issues). + +[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/emscripten.html +""" +label = "O-emscripten" + [prioritize] label = "I-prioritize" |
