Conventional Commit Validator
Version updated for https://github.com/srajasimman/conventional-commit-validator to version v2.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Conventional Commit Validator GitHub Action ensures that commit messages in pull requests adhere to the Conventional Commits format, promoting consistent and meaningful commit history. It automates the validation process by checking each commit against predefined or customizable patterns, providing detailed error messages for invalid commits and failing the workflow if necessary. This action helps maintain standardized commit practices, improving collaboration and traceability in code repositories.
What’s Changed
What’s Changed
- feat: refactored the main validation logic by @srajasimman in https://github.com/srajasimman/conventional-commit-validator/pull/4
- feat: implement pull request checks workflow and remove old time-to-review workflow by @srajasimman in https://github.com/srajasimman/conventional-commit-validator/pull/5
Full Changelog: https://github.com/srajasimman/conventional-commit-validator/compare/v1.0.6...v2.0.0