Skip to content

Commit a4ffeb0

Browse files
authored
Add WASM | WASI | Emscripten groups to triagebot.toml
1 parent d9c4b8d commit a4ffeb0

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

triagebot.toml

+37
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,43 @@ In case it's useful, here are some [instructions] for tackling these sorts of is
135135
"""
136136
label = "O-rfl"
137137

138+
[ping.wasm]
139+
alias = ["webassembly"]
140+
message = """\
141+
Hey WASM notification group! This issue or PR could use some WebAssembly-specific
142+
guidance. Could one of you weigh in? Thanks <3
143+
144+
(In case it's useful, here are some [instructions] for tackling these sorts of
145+
issues).
146+
147+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/wasm.html
148+
"""
149+
label = "O-wasm"
150+
151+
[ping.wasi]
152+
message = """\
153+
Hey WASI notification group! This issue or PR could use some WASI-specific guidance.
154+
Could one of you weigh in? Thanks <3
155+
156+
(In case it's useful, here are some [instructions] for tackling these sorts of
157+
issues).
158+
159+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/wasi.html
160+
"""
161+
label = "O-wasi"
162+
163+
[ping.emscripten]
164+
message = """\
165+
Hey Emscripten notification group! This issue or PR could use some Emscripten-specific
166+
guidance. Could one of you weigh in? Thanks <3
167+
168+
(In case it's useful, here are some [instructions] for tackling these sorts of
169+
issues).
170+
171+
[instructions]: https://rustc-dev-guide.rust-lang.org/notification-groups/emscripten.html
172+
"""
173+
label = "O-emscripten"
174+
138175
[prioritize]
139176
label = "I-prioritize"
140177

0 commit comments

Comments
 (0)