Skip to content

Commit

Permalink
Merge branch 'main' into springclean-year
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc authored Oct 22, 2024
2 parents 97b9968 + 0c43d57 commit 3376593
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/pr.R
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ pr_init <- function(branch) {
"pull request ready".',
"i" = "You probably need to configure a personal access token for
{.val {tr$host}}.",
"i" = "See {.run usethis::gh_token_help()} for help with that.",
"i" = "See {.run usethis::gh_token_help()} for help with that."
))
if (ui_github_remote_config_wat(cfg)) {
ui_bullets(c("x" = "Cancelling."))
Expand Down
3 changes: 1 addition & 2 deletions R/upkeep.R
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Sys.Date <- NULL

tidy_upkeep_checklist <- function(last_upkeep = last_upkeep_year(),
repo_spec = "OWNER/REPO") {
desc <- proj_desc()

posit_pkg <- is_posit_pkg()
posit_person_ok <- is_posit_person_canonical()
Expand Down Expand Up @@ -193,8 +194,6 @@ tidy_upkeep_checklist <- function(last_upkeep = last_upkeep_year(),
}

if (last_upkeep <= 2023) {
desc <- proj_desc()

bullets <- c(
bullets,
"### 2023",
Expand Down

0 comments on commit 3376593

Please sign in to comment.