From b7cd48eba3fd5e1894ff8494929736a13ee26442 Mon Sep 17 00:00:00 2001 From: Byron Gravenorst <50852695+bgravenorst@users.noreply.github.com> Date: Fri, 25 Oct 2024 06:55:43 +1000 Subject: [PATCH] Apply suggestions from code review Co-authored-by: m4sterbunny --- docs/contribute/run-vale.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute/run-vale.md b/docs/contribute/run-vale.md index 8037fe3..7f23960 100644 --- a/docs/contribute/run-vale.md +++ b/docs/contribute/run-vale.md @@ -10,7 +10,7 @@ Vale is currently integrated into the continuous integration (CI) pipeline and i pull request (PR) using a GitHub action. You can select the **Details** link to view the failures. :::info important -The Vale GitHub workflow runs on all Markdown files in the document, not only the ones you've updated. +The Vale GitHub workflow runs on all Markdown files (and for some repos YAML files) in the repository, not only the ones you've updated. However, only items related to files in your PR receive alerts. Failures in the workflow won't prevent your PR from being merged. You can run Vale locally to view issues directly related to your PR.