Skip to content

Commit

Permalink
Better message
Browse files Browse the repository at this point in the history
  • Loading branch information
elegaanz committed Sep 30, 2024
1 parent fb45f5f commit 8f2793e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/github.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,12 @@ async fn github_hook<G: GitHubAuth>(
repository.name(),
current_pr.number,
format!(
"@{} You released {}:{}, you probably \
want to have a look at this pull request.",
"@{} You released {}:{}, so you probably \
want to have a look at this pull request. \
If you want this update to be merged, \
please leave a comment stating so. \
Without your permission, the pull request \
will not be merged.",
previous_pr.user.login,
package.name,
package.previous_version()
Expand Down

0 comments on commit 8f2793e

Please sign in to comment.