@@ -21,9 +21,7 @@ search for existing issues that haven't been claimed yet.
21
21
Here's the list of the notification groups:
22
22
- [ Apple] ( ./apple.md )
23
23
- [ ARM] ( ./arm.md )
24
- - [ Cleanup Crew] ( ./cleanup-crew.md )
25
24
- [ Emscripten] ( ./emscripten.md )
26
- - [ LLVM Icebreakers] ( ./llvm.md )
27
25
- [ RISC-V] ( ./risc-v.md )
28
26
- [ WASI] ( ./wasi.md )
29
27
- [ WebAssembly] ( ./wasm.md )
@@ -64,9 +62,7 @@ Example PRs:
64
62
65
63
* [ Example of adding yourself to the Apple group.] ( https://github.com/rust-lang/team/pull/1434 )
66
64
* [ 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 )
68
65
* [ 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 )
70
66
* [ Example of adding yourself to the RISC-V group.] ( https://github.com/rust-lang/team/pull/394 )
71
67
* [ Example of adding yourself to the WASI group.] ( https://github.com/rust-lang/team/pull/1580 )
72
68
* [ Example of adding yourself to the WebAssembly group.] ( https://github.com/rust-lang/team/pull/1581 )
@@ -81,9 +77,7 @@ group. For example:
81
77
``` text
82
78
@rustbot ping apple
83
79
@rustbot ping arm
84
- @rustbot ping cleanup-crew
85
80
@rustbot ping emscripten
86
- @rustbot ping icebreakers-llvm
87
81
@rustbot ping risc-v
88
82
@rustbot ping wasi
89
83
@rustbot ping wasm
@@ -92,12 +86,12 @@ group. For example:
92
86
93
87
To make some commands shorter and easier to remember, there are aliases,
94
88
defined 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 :
96
90
97
91
``` 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
101
95
```
102
96
103
97
Keep in mind that these aliases are meant to make humans' life easier.
0 commit comments