From 25a24dadbc7c36dfcef3a20ee1627327fa79ad57 Mon Sep 17 00:00:00 2001 From: sayantikabanik Date: Tue, 18 Feb 2025 15:59:27 +0700 Subject: [PATCH 1/2] switch to default --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 8616f723..185ca3c0 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -15,7 +15,7 @@ jobs: - name: Vale uses: errata-ai/vale-action@reviewdog with: - files: sayantikabanik/DataJourney/analytics_framework/ai_modeling/*.md + files: all vale_flags: --glob=!*/*-fr/* filter_mode: nofilter reporter: github-pr-check From 9acb6cc154a5b3549672e643095e6ee8e9b9b2a3 Mon Sep 17 00:00:00 2001 From: sayantikabanik Date: Tue, 18 Feb 2025 16:09:03 +0700 Subject: [PATCH 2/2] filter fix --- .github/workflows/review.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 185ca3c0..edd836ff 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -17,7 +17,8 @@ jobs: with: files: all vale_flags: --glob=!*/*-fr/* - filter_mode: nofilter + fail_on_error: false + filter_mode: diff_context reporter: github-pr-check env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}