Create GitHub Actions Manifest This function generates a JSON manifest file summarizing the GitHub Actions workflows
Source:R/util-create_gha_manifest.R
create_gha_manifest.RdCreate GitHub Actions Manifest This function generates a JSON manifest file summarizing the GitHub Actions workflows
Usage
create_gha_manifest(
workflows_dir = "inst/gha_templates/workflows",
issue_templates_dir = "inst/gha_templates/ISSUE_TEMPLATE",
repository = "https://github.com/Gilead-BioStats/gsm.utils",
description_path = "DESCRIPTION",
output_path = "inst/gha_templates/gha_version.json"
)Arguments
- workflows_dir
stringpath to directory containing GitHub Actions workflow.yamlfiles- issue_templates_dir
stringpath to directory containing GitHub issue template.mdfiles- repository
stringURL of the GitHub repository- description_path
stringpath toDESCRIPTIONfile- output_path
stringpath to output JSON manifest file