jburgess/Add and Remove PR Labels
This action provides the ability to add and/or removes labels from a pull request based on the parameters provided.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| githubToken | GitHub access token | yes | ${{ github.token }} |
| labelsToAdd | The labels to add to the pull request. If a label is in both labelsToAdd and labelsToRemove, it will be removed. | no | — |
| labelsToRemove | The labels to remove from the pull request. If a label is in both labelsToAdd and labelsToRemove, it will be removed. | no | — |
Outputs
| name | description |
|---|---|
| labelsAfterAction | The labels that are contained in the pull request after the action has run. |