Skip to content

Commit

Permalink
make triagebot cuter
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Dec 16, 2023
1 parent 92c3399 commit 60e98d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/handlers/assign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ mod tests {
}

const NEW_USER_WELCOME_MESSAGE: &str = "Thanks for the pull request, and welcome! \
The Rust team is excited to review your changes, and you should hear from {who} soon.";
The Rust team is excited to review your changes, and you should hear from {who} soon. (°꒳°)";

const CONTRIBUTION_MESSAGE: &str = "Please see [the contribution \
instructions]({contributing_url}) for more information. Namely, in order to ensure the \
Expand All @@ -56,17 +56,17 @@ const WELCOME_WITHOUT_REVIEWER: &str = "@Mark-Simulacrum (NB. this repo may be m

const RETURNING_USER_WELCOME_MESSAGE: &str = "r? @{assignee}
({bot} has picked a reviewer for you, use r? to override)";
({bot} has picked a reviewer for you, use r? to override) (˶˃ᆺ˂˶)";

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

const ON_VACATION_WARNING: &str = "{username} is on vacation. Please do not assign them to PRs.";
const ON_VACATION_WARNING: &str = "{username} is on vacation. Please do not assign them to PRs. :3";

const NON_DEFAULT_BRANCH: &str =
"Pull requests are usually filed against the {default} branch for this repo, \
but this one is against {target}. \
Please double check that you specified the right target!";
Please double check that you specified the right target! (´•.•`)";

const SUBMODULE_WARNING_MSG: &str = "These commits modify **submodules**.";

Expand Down

0 comments on commit 60e98d9

Please sign in to comment.