File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,12 @@ the `@rustbot` command will look like this:
44
44
@rustbot label -S-waiting-on-author +S-waiting-on-review
45
45
46
46
The syntax for this command is pretty loose, so there are other variants of this
47
- command invocation. For more details, see [ the docs page about labeling] [ labeling ] .
47
+ command invocation. There are also some shortcuts to update labels,
48
+ for instance ` @rustbot ready ` will do the same thing with above command.
49
+ For more details, see [ the docs page about labeling] [ labeling ] and [ shortcuts] [ shortcuts ] .
48
50
49
51
[ labeling ] : https://forge.rust-lang.org/triagebot/labeling.html
52
+ [ shortcuts ] : https://forge.rust-lang.org/triagebot/shortcuts.html
50
53
51
54
## Other commands
52
55
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ request that reviewer by leaving a comment on the thread with `r?
187
187
don't request anyone; the bot will assign someone automatically based on which files you changed.
188
188
189
189
The reviewer may request changes before they approve your PR, they may mark the PR with label
190
- "S-waiting-on-author" after leaving comments, this means that the PR is blocked on you to making
190
+ "S-waiting-on-author" after leaving comments, this means that the PR is blocked on you to make
191
191
some requested changes. When you finished iterating on the changes, you can mark the PR as
192
192
` S-waiting-on-review ` again by leaving a comment with ` @rustbot ready ` , this will remove the
193
193
` S-waiting-on-author ` label and add the ` S-waiting-on-review ` label.
@@ -196,7 +196,8 @@ Feel free to ask questions or discuss things you don't understand or disagree wi
196
196
recognize that the PR won't be merged unless someone on the Rust team approves
197
197
it. If a reviewer leave a comment like ` r=me after fixing ... ` , that means they approve the PR and
198
198
you can merge it with comment with ` @bors r=reviwer-github-id ` (e.g. ` @bors r=eddyb ` ) to merge it
199
- after fixing lefted trivial issues.
199
+ after fixing lefted trivial issues. ` r=someone ` requires permission and the reviwer use
200
+ delegate command gives it to you in this way.
200
201
201
202
When your reviewer approves the PR, it will go into a queue for yet another bot
202
203
called ` @bors ` . ` @bors ` manages the CI build/merge queue. When your PR reaches
You can’t perform that action at this time.
0 commit comments