From 8655862c8bbcfdd755cc47b414fe69d98a066775 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Mon, 7 Apr 2025 09:55:18 +0100 Subject: [PATCH] Include rule for correct use of grafana.com (#103505) Signed-off-by: Jack Baldry --- .github/workflows/documentation-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation-ci.yml b/.github/workflows/documentation-ci.yml index 4c688968a09..d27f16c9298 100644 --- a/.github/workflows/documentation-ci.yml +++ b/.github/workflows/documentation-ci.yml @@ -15,5 +15,5 @@ jobs: persist-credentials: false - uses: grafana/writers-toolkit/vale-action@vale-action/v1 with: - filter: '.Name in ["Grafana.WordList", "Grafana.Spelling", "Grafana.ProductPossessives"]' + filter: '.Name in ["Grafana.GrafanaCom", "Grafana.WordList", "Grafana.Spelling", "Grafana.ProductPossessives"]' token: ${{ secrets.GITHUB_TOKEN }}