From 4e9c9f62decb3ad9d9e99f495498e60c38777e49 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 15 Oct 2024 14:58:36 +0100 Subject: [PATCH] update --- .github/workflows/vale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index 4382dcdc897..aed14b96e37 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -51,7 +51,7 @@ jobs: uses: errata-ai/vale-action@reviewdog with: token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-pr-check # Use GitHub PR check reporter for detailed annotations + reporter: github-pr-review # Use GitHub PR check reporter for detailed annotations level: warning # Flag warnings as issues filter_mode: added # Only analyze changed lines files: ${{ steps.changed-files.outputs.all_changed_and_modified_files }}