From 3bf7443570818c2ea708a503621a0da75cda98c1 Mon Sep 17 00:00:00 2001 From: Will Landau <1580860+wlandau@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:37:28 -0500 Subject: [PATCH 1/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66a5b18..025ee7c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# r.releases.utils +# `r.releases.utils` [![check](https://github.com/r-releases/r.releases.utils/actions/workflows/check.yaml/badge.svg)](https://github.com/r-releases/r.releases.utils/actions?query=workflow%3Acheck) [![lint](https://github.com/r-releases/r.releases.utils/actions/workflows/lint.yaml/badge.svg)](https://github.com/r-releases/r.releases.utils/actions?query=workflow%3Alint) -`r.releases.utils` is an R package to support automation for the `r-releases` project. +`r.releases.utils` is an R package to support automation for the R-releases project. For all matters please refer to https://github.com/r-releases/help. From 61475174e0031c1e43d3b9e2171289cd27db009d Mon Sep 17 00:00:00 2001 From: Will Landau <1580860+wlandau@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:37:46 -0500 Subject: [PATCH 2/5] Update DESCRIPTION --- DESCRIPTION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index a3780f7..b52ce12 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: r.releases.utils Title: Utilities for An R Universe of Package Releases Description: Utilities for an R universe of package releases. -Version: 0.0.7 +Version: 0.0.7.9000 License: MIT + file LICENSE URL: https://r-releases.github.io/r.releases.utils/, From 477e8daaec45a3eb14214fc823a244f0686fe572 Mon Sep 17 00:00:00 2001 From: Will Landau <1580860+wlandau@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:38:36 -0500 Subject: [PATCH 3/5] Update NEWS.md --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 22a9bdc..bf36ade 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# r.releases.utils 0.0.7.9000 + +* Use R-releases and not `r-releases` to refer to the project. +* Edit bot messages. + # r.releases.utils 0.0.7 * Check if a release exists during automated checks. From 933ea394c991ed20b77e3b56c1034c00a1f5a531 Mon Sep 17 00:00:00 2001 From: Will Landau <1580860+wlandau@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:39:41 -0500 Subject: [PATCH 4/5] Update review_pull_request.R --- R/review_pull_request.R | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/R/review_pull_request.R b/R/review_pull_request.R index ea51ada..af65e20 100644 --- a/R/review_pull_request.R +++ b/R/review_pull_request.R @@ -87,7 +87,7 @@ review_pull_request <- function( message = paste0( "Pull request ", number, - " automated diagnostics failed: ", + " automated diagnostics returned findings: ", result, ". Manual review required." ) @@ -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." ) From 44f36e70b36d5ab14e8f131f1d57ac64f8d2d4ae Mon Sep 17 00:00:00 2001 From: Will Landau <1580860+wlandau@users.noreply.github.com> Date: Mon, 4 Mar 2024 08:40:54 -0500 Subject: [PATCH 5/5] dev --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index bf36ade..0ff4ff0 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# r.releases.utils 0.0.7.9000 +# r.releases.utils 0.0.7.9000 (development) * Use R-releases and not `r-releases` to refer to the project. * Edit bot messages.