diff options
| author | Juniper Tyree <50025784+juntyr@users.noreply.github.com> | 2024-10-18 10:02:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-18 10:02:28 +0300 |
| commit | a4ffeb026326cf61b24589df742c2b1eb372b7e2 (patch) | |
| tree | 3b8e31e79ffabad9e1448f9a1bf8dd3b5267dc1f | |
| parent | d9c4b8d475360b52e6debead2cd710e9fe3c7110 (diff) | |
| download | rust-a4ffeb026326cf61b24589df742c2b1eb372b7e2.tar.gz rust-a4ffeb026326cf61b24589df742c2b1eb372b7e2.zip | |
Add WASM | WASI | Emscripten groups to triagebot.toml
| -rw-r--r-- | triagebot.toml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 33dcbfa55a4..c033fb7f39f 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" |
