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 @@ -39,7 +39,8 @@ mod tests {
39
39
}
40
40
41
41
const NEW_USER_WELCOME_MESSAGE : & str = "Thanks for the pull request, and welcome! \
42
- The Rust team is excited to review your changes, and you should hear from {who} soon.";
42
+ The Rust team is excited to review your changes, and you should hear from {who} \
43
+ some time within the next two weeks.";
43
44
44
45
const CONTRIBUTION_MESSAGE : & str = "Please see [the contribution \
45
46
instructions]({contributing_url}) for more information. Namely, in order to ensure the \
@@ -56,7 +57,11 @@ const WELCOME_WITHOUT_REVIEWER: &str = "@Mark-Simulacrum (NB. this repo may be m
56
57
57
58
const RETURNING_USER_WELCOME_MESSAGE : & str = "r? @{assignee}
58
59
59
- ({bot} has picked a reviewer for you, use r? to override)" ;
60
+ {bot} has assigned @{assignee}.
61
+ They will have a look at your PR within the next two weeks and either review your PR or
62
+ reassign to another reviewer.
63
+
64
+ Use r? to explicitly pick a reviewer" ;
60
65
61
66
const RETURNING_USER_WELCOME_MESSAGE_NO_REVIEWER : & str =
62
67
"@{author}: no appropriate reviewer found, use r? to override" ;
You can’t perform that action at this time.
0 commit comments