fix: validate commit messages now only logs a warning instead of failing the build
There are some historical versions that got incremented wrongly based on semver. We can't change the past, so log warnings for now.
This commit is contained in:
@@ -2,4 +2,6 @@ name: Validate commit messages
|
||||
on: [ pull_request ]
|
||||
jobs:
|
||||
validate-commit-messages:
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.6.0
|
||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1
|
||||
with:
|
||||
validation-level: 'warn'
|
Reference in New Issue
Block a user