From ead9a701a0e378be2b9293bfe847b424f1819cf2 Mon Sep 17 00:00:00 2001 From: Sayantika Banik Date: Wed, 12 Feb 2025 15:48:06 +0530 Subject: [PATCH] Revert "Vale config: filter modified, restricting vale to current PR file changes" --- .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 f22d9932..8616f723 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -17,7 +17,7 @@ jobs: with: files: sayantikabanik/DataJourney/analytics_framework/ai_modeling/*.md vale_flags: --glob=!*/*-fr/* - filter_mode: file + filter_mode: nofilter reporter: github-pr-check env: GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}