benlei/Add Labels Deterministically
Adds labels to an issue. Creates label if it does not exist with a deterministic color.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository to add the label to. | no | ${{ github.repository }} |
| token | The GitHub token to use for authentication. | yes | ${{ github.token }} |
| issue-number | The issue number to add the label to. | yes | ${{ github.event.issue.number }} |
| labels | The labels to add to the issue, separated by a comma. | yes | — |
| fail-on-error | Whether to fail if an error occurs. | no | false |
Outputs
no outputs