fix(ci): ensure Vale workflow always passes on fork PRs (#69791)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: ian.alton@airbyte.io <ian.alton@airbyte.io>
This commit is contained in:
committed by
GitHub
parent
062f274d78
commit
13c3e1e34f
1
.github/workflows/reviewdog.yml
vendored
1
.github/workflows/reviewdog.yml
vendored
@@ -32,6 +32,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- uses: errata-ai/vale-action@d89dee975228ae261d22c15adcd03578634d429c # Pinned to V2.1.1
|
||||
continue-on-error: true # Always pass, even if reviewdog can't post annotations (e.g., fork PRs with read-only tokens)
|
||||
with:
|
||||
vale_flags: --config=docusaurus/vale-ci.ini --minAlertLevel=warning # CI-specific config that disables certain rules (see vale-ci.ini vs vale.ini)
|
||||
files: docs/ # Folder in which to lint
|
||||
|
||||
Reference in New Issue
Block a user