Skip to content

Commit 3ccf7dc

Browse files
committed
Auto merge of #10916 - ehuss:contrib-shortcuts, r=weihanglo
Contrib: Add docs on the rustbot ready command This adds some brief docs on the use of ``@rustbot`` [shortcuts](https://github.com/rust-lang/triagebot/wiki/Shortcuts).
2 parents 223e84a + a9ece25 commit 3ccf7dc

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)