dsacms/Code.json Generator

Automatically generates and updates code.json metadata files for CMS repositories

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub token used for API accessyes${{ github.token }}
BRANCHName of the branch to updateno
SKIP_PRTry to push directly to branch first, fallback to PR if it fails. Requires ADMIN_TOKEN.nofalse
ADMIN_TOKENPersonal Access Token with admin/write privileges for direct push. Required when SKIP_PR is true.no
ARCHIVEOption to set this tool to archive mode which prepares a repository for archival.nofalse
namedescription
updatedBoolean indicating whether code.json was updated
pr_urlURL of the created pull request if changes were made via PR
commit_shaSHA of the commit if pushed directly to branch
method_usedMethod used for the update: 'direct_push' or 'pull_request'