From 88a745eebabc117c32fa6836e50790bff498353c Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Wed, 10 Jun 2020 19:53:18 +0200 Subject: [PATCH 1/2] Clean up the paragraph about aliases for pinging the notification groups --- src/notification-groups/about.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/notification-groups/about.md b/src/notification-groups/about.md index f95236aad..9e1702261 100644 --- a/src/notification-groups/about.md +++ b/src/notification-groups/about.md @@ -64,12 +64,14 @@ group. For example: @rustbot ping cleanup-crew ``` -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. From 1e2b18e422453abdf90d08cda6887db036487ead Mon Sep 17 00:00:00 2001 From: LeSeulArtichaut Date: Wed, 10 Jun 2020 20:18:54 +0200 Subject: [PATCH 2/2] Add windows and arm command invocations Co-authored-by: Santiago Pastorino --- src/notification-groups/about.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/notification-groups/about.md b/src/notification-groups/about.md index 9e1702261..02ceb9271 100644 --- a/src/notification-groups/about.md +++ b/src/notification-groups/about.md @@ -62,6 +62,8 @@ group. For example: ```text @rustbot ping llvm @rustbot ping cleanup-crew +@rustbot ping windows +@rustbot ping arm ``` To make some commands shorter and easier to remember, there are aliases,