actions-marketplace-validations/Licensed CI

Ensure cached github/licensed license data is valid and up to date

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
commandLicensed command to runnolicensed
github_tokenAccess token to push license updates to GitHubno${{ github.token }}
config_filePath to licensed configuration fileno.licensed.yml
user_nameName to use when pushing file changesnolicensed-ci
user_emailEmail to use when pushing file changesnolicensed-ci@users.noreply.github.com
commit_messageMessage to use when committing file changesnoAuto-update license files
pr_comment(Deprecated) Comment to add to a pull request, if one exists for the branchno
workflowWhich workflow to run when metadata is updated. See README for more details.nopush
cleanup_on_successWhether to close open PRs and delete license branches on CI success in user branch. Only used by `branch` workflownofalse
branchBranch to run the action on when using `workflow_dispatch` or `schedule` event triggersno
dependabot_skipWhether to add [dependabot skip] to license update commits resulting from Dependabot updatesnofalse
sourcesSet to a string containing a comma-separated list of github/licensed source name to add `--sources` CLI arguments to cache and status commands.no
formatSet to `yaml` or `json` to add the `--format` CLI argument to cache and status commands.no
namedescription
licenses_branchThe branch containing licensed-ci changes.
user_branchThe branch containing user changes.
licenses_updatedA boolean string indicating whether license files were updated.
pr_urlThe html url of the pull request containing license updates, if available.
pr_numberThe number of the pull request containing license updates, if available.
pr_createdTrue if a pull request was created in a `branch` workflow, false otherwise.