Use shorter 'rustbot label' command

'rustbot modify labels: ...' -> 'rustbot label ...'
This commit is contained in:
Camelid 2020-12-01 10:52:02 -08:00 committed by Joshua Nelson
parent f6f9e0957c
commit d89703684b
1 changed files with 1 additions and 1 deletions

View File

@ -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 `S-waiting-on-author` label and add back `S-waiting-on-review`. In this case,
the `@rustbot` command will look like this: 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 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]. command invocation. For more details, see [the wiki page about labeling][labeling].