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 4, 2024
1 parent 477e8da commit 933ea39
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions R/review_pull_request.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ review_pull_request <- function(
message = paste0(
"Pull request ",
number,
" automated diagnostics failed: ",
" automated diagnostics returned findings: ",
result,
". Manual review required."
)
Expand Down Expand Up @@ -189,10 +189,7 @@ pull_request_merge <- function(owner, repo, number) {
"This pull request was automatically merged",
"to incorporate new packages in the r-releases universe.",
"An automated GitHub actions job will migrate the packages to",
"https://github.com/r-releases/r-releases.r-universe.dev",
"If you have not done so already,",
"please create a new GitHub tag and release of each",
"package to ensure it gets published in the universe.",
"https://github.com/r-releases/r-releases.r-universe.dev.",
"You can check status and progress at",
"https://r-releases.r-universe.dev."
)
Expand Down

0 comments on commit 933ea39

Please sign in to comment.