benlei/Add Labels Deterministically

Adds labels to an issue. Creates label if it does not exist with a deterministic color.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
repositoryThe repository to add the label to.no${{ github.repository }}
tokenThe GitHub token to use for authentication.yes${{ github.token }}
issue-numberThe issue number to add the label to.yes${{ github.event.issue.number }}
labelsThe labels to add to the issue, separated by a comma.yes
fail-on-errorWhether to fail if an error occurs.nofalse

no outputs