justinyoo/GitHub Issue Lable (Generic)
This action labels/unlables on a given issue of a given GitHub repository in the most generic way.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jul 16, 2021
- License
- MIT
Pinned Snippet
uses: justinyoo/github-issue-label-action@76c72808d10f403984d51afad8a2404ceb46f7be # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| authToken | GitHub authentication token | yes | — |
| owner | GitHub repository owner. | yes | — |
| repository | GitHub repository. | yes | — |
| issueId | GitHub issue ID for the PR. | yes | — |
| labelsToAdd | Comma delimited list of labels to add to the issue. | no | "" |
| labelsToRemove | Comma delimited list of labels to remove from the issue. | no | "" |
Outputs
no outputs