A Github Action for checking commit message formatting, branch naming, referencing Jira tickets, and more.
- Description: check commit message formatting convention
- By default the rule follows conventionalcommits
- Default: 'true'
- Description: check git branch naming convention
- By default follow bitbucket branching model
- Default: 'true'
- Description: check committer author name
- Default: 'true'
- Description: check committer author email
- Default: 'true'
- Description: run checks without failing
- Default: 'false'
Note: to change the default rules of above inputs, just add your own .commit-check.yml
config file.
Versioning follows Semantic Versioning.