File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -147,8 +147,12 @@ rebase when bringing the latest changes from the master branch to your feature
147147branch. Also, please make sure that fixup commits are squashed into other
148148related commits with meaningful commit messages.
149149
150- If you encounter merge conflicts, your PR will get marked as ` S-waiting-on-author ` .
151- When you resolve them, you should use ` @rustbot ` to mark it as ` S-waiting-on-review ` .
150+ If you encounter merge conflicts or when a reviewer asks you to perform some
151+ changes, your PR will get marked as ` S-waiting-on-author ` . When you resolve
152+ them, you should use ` @rustbot ` to mark it as ` S-waiting-on-review ` :
153+
154+ @rustbot label -S-waiting-on-author +S-waiting-on-review
155+
152156See [ this chapter] [ labeling ] for more details.
153157
154158GitHub allows [ closing issues using keywords] [ closing-keywords ] . This feature
You can’t perform that action at this time.
0 commit comments