taskmedia/verify conventional commits

Check if commits of a PR match against the conventional commits specification. See: https://conventionalcommits.org/

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
tokentoken to access GitHub API to receive PR commitsno${{ github.token }}
skip_mergeskip merge commitsnotrue
skip_revertskip revert commitsnotrue
typesallow different types in commit messagenofix|feat|revert
namedescription
breaking_commitindicates if a breaking commit was found
breaking_msgreturns the breaking message of the last breaking commit
commitsJSON list of commits in PR
count_commitscount of commits in PR
invalid_commitsindicates if this commit does not match with conventional commits (other values might be empty)
version_typesemantic versioning indicator (patch, minor or major)