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 {
41
41
const NEW_USER_WELCOME_MESSAGE : & str = "Thanks for the pull request, and welcome! \
42
42
The Rust team is excited to review your changes, and you should hear from {who} soon.";
43
43
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 \
47
47
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" ;
51
52
52
53
const WELCOME_WITH_REVIEWER : & str = "@{assignee} (or someone else)" ;
53
54
You can’t perform that action at this time.
0 commit comments