Skip to content

Commit a9ece25

Browse files
committed
Contrib: Add docs on the rustbot ready command
1 parent 2e35678 commit a9ece25

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

src/doc/contrib/src/process/working-on-cargo.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,21 @@ typically finish in under 30 minutes.
122122
The reviewer might point out changes deemed necessary. Large or tricky changes
123123
may require several passes of review and changes.
124124

125+
### Status labeling
126+
127+
PRs will get marked with [labels] like [`S-waiting-on-review`] or [`S-waiting-on-author`] to indicate their status.
128+
The [`@rustbot`] bot can be used by anyone to adjust the labels.
129+
If a PR gets marked as `S-waiting-on-author`, and you have pushed new changes that you would like to be reviewed, you can write a comment on the PR with the text `@rustbot ready`.
130+
The bot will switch the labels on the PR.
131+
132+
More information about these commands can be found at the [shortcuts documentation].
133+
134+
[labels]: https://github.com/rust-lang/cargo/labels
135+
[`S-waiting-on-review`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-review
136+
[`S-waiting-on-author`]: https://github.com/rust-lang/cargo/labels/S-waiting-on-author
137+
[`@rustbot`]: https://github.com/rustbot
138+
[shortcuts documentation]: https://github.com/rust-lang/triagebot/wiki/Shortcuts
139+
125140
## The merging process
126141

127142
After a reviewer has approved your PR, they will issue a command to the [bors]

0 commit comments

Comments
 (0)