Skip to content

Commit 29c66a3

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Use shorter 'rustbot label' command
'rustbot modify labels: ...' -> 'rustbot label ...'
1 parent 792ccb1 commit 29c66a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustbot.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PR. Once you do rebase your branch, you should change the labels yourself to rem
4141
the `S-waiting-on-author` label and add back `S-waiting-on-review`. In this case,
4242
the `@rustbot` command will look like this:
4343

44-
@rustbot modify labels: -S-waiting-on-author +S-waiting-on-review
44+
@rustbot label -S-waiting-on-author +S-waiting-on-review
4545

4646
The syntax for this command is pretty loose, so there are other variants of this
4747
command invocation. For more details, see [the wiki page about labeling][labeling].

0 commit comments

Comments
 (0)