From a50d9c590a24b4c205fedc72ff6bc44062874fe1 Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Thu, 11 Jun 2020 00:04:19 +0200 Subject: [PATCH] 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 Co-authored-by: Santiago Pastorino --- src/notification-groups/about.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/notification-groups/about.md b/src/notification-groups/about.md index f95236aa..02ceb927 100644 --- a/src/notification-groups/about.md +++ b/src/notification-groups/about.md @@ -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.