Skip to content

Commit b0bbe70

Browse files
authored
Merge pull request #1770 from oli-obk/auto-assign-message
Fix newline in message
2 parents 055e12b + 548253f commit b0bbe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/assign.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const WELCOME_WITHOUT_REVIEWER: &str = "@Mark-Simulacrum (NB. this repo may be m
5858
const RETURNING_USER_WELCOME_MESSAGE: &str = "r? @{assignee}
5959
6060
{bot} has assigned @{assignee}.
61-
They will have a look at your PR within the next two weeks and either review your PR or
61+
They will have a look at your PR within the next two weeks and either review your PR or \
6262
reassign to another reviewer.
6363
6464
Use r? to explicitly pick a reviewer";

0 commit comments

Comments
 (0)