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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Jul 16, 2021
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: justinyoo/github-issue-label-action@76c72808d10f403984d51afad8a2404ceb46f7be # v1.0.0

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
authTokenGitHub authentication tokenyes
ownerGitHub repository owner.yes
repositoryGitHub repository.yes
issueIdGitHub issue ID for the PR.yes
labelsToAddComma delimited list of labels to add to the issue.no""
labelsToRemoveComma delimited list of labels to remove from the issue.no""

no outputs