File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,13 @@ 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 = "\
45- Please see [the contribution instructions]({contributing_url}) for more information.";
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+ 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";
4651
4752const WELCOME_WITH_REVIEWER : & str = "@{assignee} (or someone else)" ;
4853
You can’t perform that action at this time.
0 commit comments