Skip to content

Commit 9aa64e1

Browse files
committed
Update auto-assignment message
1 parent df574c1 commit 9aa64e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/handlers/assign.rs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ mod tests {
3939
}
4040

4141
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.";
4344

4445
const CONTRIBUTION_MESSAGE: &str = "Please see [the contribution \
4546
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
5657

5758
const RETURNING_USER_WELCOME_MESSAGE: &str = "r? @{assignee}
5859
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";
6065

6166
const RETURNING_USER_WELCOME_MESSAGE_NO_REVIEWER: &str =
6267
"@{author}: no appropriate reviewer found, use r? to override";

0 commit comments

Comments
 (0)