Install a GitHub Actions workflow to create a .zenodo.json file
Source: R/zenodo-functions.R
zenodo_gha_update.RdThis function installs a
GitHub Actions workflow in your
repository. The workflow updates your
.zenodo.json
file from the package DESCRIPTION when any of these events occur:
You publish a new release of the package.
Your
DESCRIPTIONorinst/CITATIONfile is modified.The action can be run manually.
Details
Workflow triggers can be modified. See Events that trigger workflows.