Skip to content

Commit

Permalink
ci: disable vale-action (#2218)
Browse files Browse the repository at this point in the history
It marks the workflow as failed whereas it is set to provide help to
contributors.
All Pull Requests are currently marked in error: disable the action
until we find a way to fix the problem/
  • Loading branch information
tbouffard authored Nov 7, 2022
1 parent 3d04df0 commit 5689b9e
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .github/workflows/contribution-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,17 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
diffDoesNotContain: '["https://documentation.bonitasoft.com/", "Bonita BPM"]'
extensionsToCheck: '[".adoc"]'
- uses: actions/checkout@v3
- id: files
name: Detect changed files
uses: jitterbit/get-changed-files@v1
with:
format: 'json'
- name: Check content writing
uses: errata-ai/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
files: ${{ steps.files.outputs.added_modified }}
# Temporarily disable vale-action, see https://github.com/bonitasoft/bonita-documentation-site/issues/464
#- uses: actions/checkout@v3
#- id: files
# name: Detect changed files
# uses: jitterbit/get-changed-files@v1
# with:
# format: 'json'
#- name: Check content writing
# uses: errata-ai/[email protected]
# env:
# GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
# with:
# files: ${{ steps.files.outputs.added_modified }}

0 comments on commit 5689b9e

Please sign in to comment.