actions-marketplace-validations/Conventional Commits Pull Request
Lints a pull request title based on Conventional Commits
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Jul 21, 2025
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/jef_conventional-commits-pr-action@851dbc267492d196379ffa0c7454e4986b85d3ea # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| bots_ignore | A list of bots to ignore when linting the pull request title. Can be a comma-separated list. | no | "" |
| comment | Post a comment in the pull request conversation with examples. | no | true |
| token | Access token to the repository. | no | ${{ github.token }} |
| subject_pattern | A regex pattern to validate the subject of the commit message. | no | "" |
Outputs
no outputs