Skip to content

Commit

Permalink
Update review_pull_request.R
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau committed Mar 21, 2024
1 parent afa0ca4 commit 4abb68a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/review_pull_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,7 @@ pull_request_merge <- function(owner, repo, number) {
body = paste(
"This pull request was automatically merged",
"to incorporate new packages into R-multiverse.",
"An automated GitHub actions job will deploy the packages",
"as described at https://r-multiverse.github.io/.",
"An automated GitHub actions job will deploy the packages.",
"Thank you for your contribution."
)
)
Expand Down

0 comments on commit 4abb68a

Please sign in to comment.