File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -41,13 +41,14 @@ mod tests {
4141const NEW_USER_WELCOME_MESSAGE : & str = "Thanks for the pull request, and welcome! \
4242 The Rust team is excited to review your changes, and you should hear from {who} soon.";
4343
44- const CONTRIBUTION_MESSAGE : & str = "Please see [the contribution
45- instructions]({contributing_url}) for more information. Namely, in order to ensure the
46- minimum review times lag, PR authors and assigned reviewers should ensure that the review
44+ const CONTRIBUTION_MESSAGE : & str = "Please see [the contribution \
45+ instructions]({contributing_url}) for more information. Namely, in order to ensure the \
46+ minimum review times lag, PR authors and assigned reviewers should ensure that the review \
4747 label (`S-waiting-on-review` and `S-waiting-on-author`) stays updated, invoking these commands \
48- when appropriate:\n \
49- `@rustbot author`: the review is finished, PR author should check the comments and take action accordingly \
50- `@rustbot review`: the author is ready for a review, this PR will be queued again in the reviewer's queue";
48+ when appropriate:
49+
50+ - `@rustbot author`: the review is finished, PR author should check the comments and take action accordingly
51+ - `@rustbot review`: the author is ready for a review, this PR will be queued again in the reviewer's queue" ;
5152
5253const WELCOME_WITH_REVIEWER : & str = "@{assignee} (or someone else)" ;
5354
You can’t perform that action at this time.
0 commit comments