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:
raoulvdberge
2023-07-07 20:14:31 +02:00
parent 563df0f259
commit 34d9e6865c

View File

@@ -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'