Skip to content

Commit

Permalink
Rollup merge of #131875 - juntyr:wasm-notification-groups-triage, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

Add WASM | WASI | Emscripten groups to triagebot.toml

Tracking issue: rust-lang/compiler-team#799

~~This is blocked on amending the notification group section so that the instructions links point somewhere: rust-lang/rustc-dev-guide#2100
  • Loading branch information
matthiaskrgr authored Oct 26, 2024
2 parents 9260be3 + a4ffeb0 commit 13ec1b0
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 13ec1b0

Please sign in to comment.