actions-ecosystem/Actions Ecosystem Add Labels

Add labels to an issue or a pull request.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 13, 2026
Maintenance Recency
Stalelast commit May 1, 2023
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-ecosystem/action-add-labels@bd52874380e3909a1ac983768df6976535ece7f8 # v1.1.0

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

namedescriptionrequireddefault
github_tokenA GitHub token.no${{ github.token }}
labelsThe labels' name to be added. Must be separated with line breaks if there're multiple labels.yes
repoThe owner and repository name. e.g.) Codertocat/Hello-Worldno${{ github.repository }}
numberThe number of the issue or pull request.no

no outputs