if (FALSE) {
my_gitstats <- create_gitstats() %>%
set_github_host(
token = Sys.getenv("GITHUB_PAT"),
orgs = c("r-world-devs", "openpharma")
)
get_release_logs(my_gistats, since = "2024-01-01")
get_repos(my_gitstats)
release_logs <- get_storage(
gitstats = my_gitstats,
storage = "release_logs"
)
}
Run the code above in your browser using DataLab