File tree 1 file changed +6
-2
lines changed
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
147
147
branch. Also, please make sure that fixup commits are squashed into other
148
148
related commits with meaningful commit messages.
149
149
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
+
152
156
See [ this chapter] [ labeling ] for more details.
153
157
154
158
GitHub allows [ closing issues using keywords] [ closing-keywords ] . This feature
You can’t perform that action at this time.
0 commit comments