actions-marketplace-validations/Simple Issue Labeler
Adds and removes labels from issues.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GitHub token | no | ${{ github.token }} |
| add-labels | Labels to add to an issue, seperated by commas. | no | — |
| remove-labels | Labels to be removed from an issue, seperated by commas. | no | — |
| ignore-if-assigned | True/False value to indicate if no labels should be added or removed if there is an assignee to the issue. | no | — |
| ignore-if-labeled | True/False value to indicate if no labels should be added or removed if the issue already has labels. | no | — |
| issue-number | An issue number or PR number or project card number. Optional, if not specified, will use the one available in github event `github.event.pull_request` or `github.event.issue` | no | — |
Outputs
no outputs