csm-actions/Label Action

Label Action is GitHub Actions to create GitHub Issue labels to trigger GitHub Actions Workflows. This is useful to build a Client / Server Model by GitHub Actions.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
prefixThe prefix for the label name. The actual label name will consist of this prefix plus a random string, resulting in a 50-character name. The random string helps avoid label name collisions. yes
descriptionThe description of the label.no""
delete_labelWhether to delete the label shortly after creation.notrue
repository_ownerThe repository owner where the label will be created.no${{github.repository_owner}}
repository_nameThe repository name where the label will be created.no${{github.event.repository.name}}
github_tokenThe GitHub Access Token used to create the label. The permission `issues:write` is required. no${{github.token}}
namedescription
label_nameThe name of the label that was created.