peter-murray/remove-labels-action
Remove labels from an issue or pull request.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub access token | yes | ${{ github.token }} |
| labels | The labels to remove, separated by a comma if there are multiple entries. | yes | — |
| repo | The owner and repository name. e.g. octodemo/bookstore, defaults to the current repository if not specified. | no | — |
| issue_number | The number of the issue or pull request, which will default to extracting from the workflow event if not specified. | no | — |
Outputs
no outputs