actions-ecosystem/Actions Ecosystem Action Lint Commits

Lint commits on a pull request

View on GitHub

Trust Signals

Scorecard Score
Scorecard 2–4scored Jul 13, 2026
Maintenance Recency
Stalelast commit Apr 7, 2021
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-ecosystem/action-lint-commits@4588232abb95b9b7258cdfb7acd5443362da3be7 # v1.0.0

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

namedescriptionrequireddefault
github_tokenA GitHub token.yes
regexThe regex for commit messages.yes
formatThe output format of outputs.{matched_commits,unmatched_commits} in ['markdown', 'json', 'yaml'].yes
namedescription
matched_commitsThe commits which match inputs.regex.
unmatched_commitsThe commits which don't match inputs.regex.