int128/label-action

General-purpose action for issue labels

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jul 10, 2026
License
Apache 2.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: int128/label-action@5675a583530ea8a14da323ef2510dd70cef48ef3 # v1.36.0

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

namedescriptionrequireddefault
issue-numberThe number of issue or pull request. Default to the current issue or pull request.no
add-labelsList of labels to add (multiline)no
remove-labelsList of labels to remove (multiline)no
match-labelsList of patterns to match (multiline)no
tokenGitHub tokenyes${{ github.token }}
namedescription
added-labelsThe labels added (multiline)
added-countThe number of labels added
addedIf the labels were added, true. Otherwise, false.
removed-labelsThe labels removed (multiline)
removed-countThe number of labels removed
removedIf the labels were removed, true. Otherwise, false.
matched-labelsThe labels matched (multiline)
matched-countThe number of labels matched
matchedIf the labels were matched, true. Otherwise, false.