From d6b42ddfabd6f76d6081c148631fdbd3cdb65493 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 13 Aug 2025 10:02:41 +0200 Subject: [PATCH 1/2] ci(vale): only report warnings and errors --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 780c0baa447c..8893853e91ea 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,6 +105,6 @@ jobs: name: Run reviewdog for vale if: ${{ matrix.target == 'vale' && github.event_name == 'pull_request' }} run: | - cat ./tmp/vale.out | reviewdog -f=rdjsonl -name=vale -reporter=github-pr-annotations -fail-on-error=false -filter-mode=added -level=info + cat ./tmp/vale.out | reviewdog -f=rdjsonl -name=vale -reporter=github-pr-annotations -fail-on-error=false -filter-mode=added -level=info -fail-level=warning env: REVIEWDOG_GITHUB_API_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 7bec647d1e90f343ecbe7e439d5b53d552456cb0 Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 13 Aug 2025 10:10:00 +0200 Subject: [PATCH 2/2] update labeler --- .github/labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index c9adbfde2423..24fd85545405 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -181,6 +181,11 @@ area/copilot: - any-glob-to-any-file: - content/manuals/copilot/** +ci: + - changed-files: + - any-glob-to-any-file: + - .github/workflows/** + hugo: - changed-files: - any-glob-to-any-file: