step-security/Action Remove Labels
Remove labels to an issue or a pull request.
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 }} |
| labels | The labels' name to be removed. Must be separated with line breaks if there're multiple labels. | yes | — |
| repo | The owner and repository name. e.g.) Codertocat/Hello-World | no | ${{ github.repository }} |
| 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