From 29c66a3f0211fbaaedfe4146e92e8115d45b54ae Mon Sep 17 00:00:00 2001 From: Camelid Date: Tue, 1 Dec 2020 10:52:02 -0800 Subject: [PATCH] Use shorter 'rustbot label' command 'rustbot modify labels: ...' -> 'rustbot label ...' --- src/rustbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustbot.md b/src/rustbot.md index 8e952c3f..5350f44e 100644 --- a/src/rustbot.md +++ b/src/rustbot.md @@ -41,7 +41,7 @@ PR. Once you do rebase your branch, you should change the labels yourself to rem the `S-waiting-on-author` label and add back `S-waiting-on-review`. In this case, the `@rustbot` command will look like this: - @rustbot modify labels: -S-waiting-on-author +S-waiting-on-review + @rustbot label -S-waiting-on-author +S-waiting-on-review The syntax for this command is pretty loose, so there are other variants of this command invocation. For more details, see [the wiki page about labeling][labeling].