Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate metadata updates #275

Open
schifferl opened this issue May 18, 2022 · 0 comments
Open

automate metadata updates #275

schifferl opened this issue May 18, 2022 · 0 comments
Assignees

Comments

@schifferl
Copy link
Collaborator

Automate metadata updates with a GitHub action that is run weekly by cron on Wednesday at 12:00 EST in both the latest release (e.g. RELEASE_3_15) and devel (i.e. master) branches of the GitHub repository. It should run inside the appropriate Bioconductor Docker container and open a pull request against the appropriate branch. From the package repository, the necessary steps in R are as follows.

base::source("data-raw/sampleMetadata.R")
roxygen2::roxygenize()

The pull request should be titled "update metadata files", be assigned to me (@schifferl), designate me (@schifferl) as the reviewer, have a commit message of "update metadata files", and have the label "Pull Request". Finally, the action itself should be named "update-metadata", as this is a replacement of an earlier action that did not accomplish the intentions stated herein.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant