actions-ecosystem/Actions Ecosystem Action Lint Commits
Lint commits on a pull request
View on GitHubTrust 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
uses: actions-ecosystem/action-lint-commits@4588232abb95b9b7258cdfb7acd5443362da3be7 # v1.0.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | A GitHub token. | yes | — |
| regex | The regex for commit messages. | yes | — |
| format | The output format of outputs.{matched_commits,unmatched_commits} in ['markdown', 'json', 'yaml']. | yes | — |
Outputs
| name | description |
|---|---|
| matched_commits | The commits which match inputs.regex. |
| unmatched_commits | The commits which don't match inputs.regex. |