Skip to content

Commit

Permalink
Split multiverse repos into community and production
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jun 21, 2024
1 parent efaeba4 commit 5316c9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/setup.R
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ list_universes <- function(){
}

# Ignore these orgs
skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'actions', 'workflows')
testusers <- c("test", 'actions', 'workflows', 'cran', 'bioc', 'r-production')
skiplist <- c('ropenscilabs', 'ropensci-archive', 'r-universe', 'r-universe-org', 'r-multiverse', 'actions', 'workflows')
testusers <- c("test", 'actions', 'workflows', 'cran', 'bioc', 'r-multiverse-production', 'r-multiverse-community')

#' @export
#' @rdname setup_universes
Expand Down

0 comments on commit 5316c9d

Please sign in to comment.