diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index aed14b96e37..8137b819662 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-review # Use GitHub PR check reporter for detailed annotations + reporter: github-pr-annotations # 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 }}