From 128feb6c958f8832fe84a8fc4da21ced5c0ba1d3 Mon Sep 17 00:00:00 2001 From: wmat Date: Fri, 15 Nov 2024 13:09:27 -0500 Subject: [PATCH] Update reporter to github-pr-check --- .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 48d7cc4..c06af17 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -22,7 +22,7 @@ jobs: with: filter_mode: diff_context vale_flags: "--no-exit --minAlertLevel=error --glob=*.adoc" - reporter: github-pr-review + reporter: github-pr-check fail_on_error: true env: # Required, set by GitHub actions automatically: