actions-ecosystem/Actions Ecosystem Remove Labels

Remove labels to an issue or a pull request.

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 6, 2026
Maintenance Recency
Stalelast commit Sep 16, 2022
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-ecosystem/action-remove-labels@2ce5d41b4b6aa8503e285553f75ed56e0a40bae0 # v1.3.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 removed. 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
fail_on_errorWhether the action fails or not when getting errors. [true,false]nofalse

no outputs