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 ]
|
types: [ opened, synchronize, reopened, ready_for_review, labeled, unlabeled ]
|
||||||
jobs:
|
jobs:
|
||||||
validate-changelog:
|
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 ]
|
on: [ pull_request ]
|
||||||
jobs:
|
jobs:
|
||||||
validate-commit-messages:
|
validate-commit-messages:
|
||||||
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1
|
uses: refinedmods/refinedarchitect/.github/workflows/validate-commit-messages.yml@v0.7.1
|
||||||
with:
|
|
||||||
validation-level: 'warn'
|
|
Reference in New Issue
Block a user