actions-marketplace-validations/Actions Ecosystem Action Lint Commits

Lint commits on a pull request

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Apr 7, 2021
License
Apache 2.0
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/actions-ecosystem_action-lint-commits@4992f4a8f2279c06cf18008c5f7a77896ccd9a78 # no releases — HEAD as of 2026-07-15

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.