fix: validation level was on wrong workflow
This commit is contained in:
4
.github/workflows/validate-changelog.yml
vendored
4
.github/workflows/validate-changelog.yml
vendored
@@ -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'
|
@@ -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
|
Reference in New Issue
Block a user