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 authored Feb 28, 2024
1 parent 7e8de23 commit 7780a05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/review_pull_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ pull_request_defer <- function(owner, repo, number, message) {
owner = owner,
repo = repo,
number = number,
body = paste(message, "@r-releases, please review.")
body = message
)
}

Expand Down Expand Up @@ -187,9 +187,9 @@ pull_request_merge <- function(owner, repo, number) {
body = paste(
"This pull request was automatically merged",
"to incorporate new packages in the r-releases universe.",
"The packages will move to",
"The packages will join",
"https://github.com/r-releases/r-releases.r-universe.dev",
"within the hour. After that,",
"within the hour. If you have not already done so,",
"please create a new GitHub tag and release of each",
"package to ensure it gets published in the universe.",
"You can check status and progress at",
Expand Down

0 comments on commit 7780a05

Please sign in to comment.