Clean up the paragraph about aliases for pinging the notification groups (#743)

* Clean up the paragraph about aliases for pinging the notification groups

* Add windows and arm command invocations

Co-authored-by: Santiago Pastorino <spastorino@gmail.com>

Co-authored-by: Santiago Pastorino <spastorino@gmail.com>
This commit is contained in:
LeSeulArtichaut 2020-06-11 00:04:19 +02:00 committed by GitHub
parent 3ea92975c1
commit a50d9c590a
1 changed files with 7 additions and 3 deletions

View File

@ -62,14 +62,18 @@ group. For example:
```text
@rustbot ping llvm
@rustbot ping cleanup-crew
@rustbot ping windows
@rustbot ping arm
```
To make these commands shorter and easier to remember, there are aliases,
defined in the [`triagebot.toml`] file. For example:
To make some commands shorter and easier to remember, there are aliases,
defined in the [`triagebot.toml`] file. For example, all of these commands
are equivalent and will ping the Cleanup Crew:
```text
@rustbot ping llvm
@rustbot ping cleanup
@rustbot ping bisect
@rustbot ping reduce
```
Keep in mind that these aliases are meant to make humans' life easier.