@@ -21,9 +21,7 @@ search for existing issues that haven't been claimed yet.
2121Here's the list of the notification groups:
2222- [ Apple] ( ./apple.md )
2323- [ ARM] ( ./arm.md )
24- - [ Cleanup Crew] ( ./cleanup-crew.md )
2524- [ Emscripten] ( ./emscripten.md )
26- - [ LLVM Icebreakers] ( ./llvm.md )
2725- [ RISC-V] ( ./risc-v.md )
2826- [ WASI] ( ./wasi.md )
2927- [ WebAssembly] ( ./wasm.md )
@@ -64,9 +62,7 @@ Example PRs:
6462
6563* [ Example of adding yourself to the Apple group.] ( https://github.com/rust-lang/team/pull/1434 )
6664* [ Example of adding yourself to the ARM group.] ( https://github.com/rust-lang/team/pull/358 )
67- * [ Example of adding yourself to the Cleanup Crew.] ( https://github.com/rust-lang/team/pull/221 )
6865* [ Example of adding yourself to the Emscripten group.] ( https://github.com/rust-lang/team/pull/1579 )
69- * [ Example of adding yourself to the LLVM group.] ( https://github.com/rust-lang/team/pull/140 )
7066* [ Example of adding yourself to the RISC-V group.] ( https://github.com/rust-lang/team/pull/394 )
7167* [ Example of adding yourself to the WASI group.] ( https://github.com/rust-lang/team/pull/1580 )
7268* [ Example of adding yourself to the WebAssembly group.] ( https://github.com/rust-lang/team/pull/1581 )
@@ -81,9 +77,7 @@ group. For example:
8177``` text
8278@rustbot ping apple
8379@rustbot ping arm
84- @rustbot ping cleanup-crew
8580@rustbot ping emscripten
86- @rustbot ping icebreakers-llvm
8781@rustbot ping risc-v
8882@rustbot ping wasi
8983@rustbot ping wasm
@@ -92,12 +86,12 @@ group. For example:
9286
9387To make some commands shorter and easier to remember, there are aliases,
9488defined in the [ ` triagebot.toml ` ] file. For example, all of these commands
95- are equivalent and will ping the Cleanup Crew :
89+ are equivalent and will ping the Apple group :
9690
9791``` text
98- @rustbot ping cleanup
99- @rustbot ping bisect
100- @rustbot ping reduce
92+ @rustbot ping apple
93+ @rustbot ping macos
94+ @rustbot ping ios
10195```
10296
10397Keep in mind that these aliases are meant to make humans' life easier.
0 commit comments