fix: validation level was on wrong workflow

This commit is contained in:
raoulvdberge
2023-07-07 21:08:27 +02:00
parent 32f4f0bce3
commit 27b5085092
2 changed files with 4 additions and 4 deletions

View File

@@ -4,4 +4,6 @@ on:
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
jobs:
validate-changelog:
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.7.1
uses: refinedmods/refinedarchitect/.github/workflows/validate-changelog.yml@v0.7.1
with:
validation-level: 'warn'

View File

@@ -2,6 +2,4 @@ name: Validate commit messages
on: [ pull_request ]
jobs:
validate-commit-messages:
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1
with:
validation-level: 'warn'
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1