paumava/Add/Remove labels action
Add and/or remove labels from a pull-request or issue in a single action. Multiple labels supported.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token. | no | ${{ github.token }} |
| add | A comma separated list of the labels to add. | no | — |
| remove | — | no | — |
| repository | The owner, slash repository name. | no | ${{ github.repository }} |
| issue_number | The number of the issue or pull request. | no | — |
| fail_on_error | Whether the action fails or not when getting errors. [true,false] | no | false |
Outputs
no outputs