Skip to content

Commit 3b1866b

Browse files
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 <[email protected]> Co-authored-by: Santiago Pastorino <[email protected]>
1 parent 8d82570 commit 3b1866b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

src/notification-groups/about.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,18 @@ group. For example:
6262
```text
6363
@rustbot ping llvm
6464
@rustbot ping cleanup-crew
65+
@rustbot ping windows
66+
@rustbot ping arm
6567
```
6668

67-
To make these commands shorter and easier to remember, there are aliases,
68-
defined in the [`triagebot.toml`] file. For example:
69+
To make some commands shorter and easier to remember, there are aliases,
70+
defined in the [`triagebot.toml`] file. For example, all of these commands
71+
are equivalent and will ping the Cleanup Crew:
6972

7073
```text
71-
@rustbot ping llvm
7274
@rustbot ping cleanup
75+
@rustbot ping bisect
76+
@rustbot ping reduce
7377
```
7478

7579
Keep in mind that these aliases are meant to make humans' life easier.

0 commit comments

Comments
 (0)