From 7316f1f0bca2a8ea7e5cc4d625a620b2c1303bcd Mon Sep 17 00:00:00 2001 From: james-haytko_nwx Date: Mon, 2 Mar 2026 16:13:46 -0600 Subject: [PATCH] Remove system.md exclusion to fix false matches on files ending in system.md Generated with AI Co-Authored-By: Claude Code --- .github/workflows/claude-documentation-reviewer.yml | 1 - .github/workflows/vale-linter.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/claude-documentation-reviewer.yml b/.github/workflows/claude-documentation-reviewer.yml index eb4e90dbfe..d8ef1bbcab 100644 --- a/.github/workflows/claude-documentation-reviewer.yml +++ b/.github/workflows/claude-documentation-reviewer.yml @@ -7,7 +7,6 @@ on: - main paths: - '**.md' - - '!**/system.md' - '!**/CLAUDE.md' - '!**/SKILL.md' - '!**/netwrix_style_guide.md' diff --git a/.github/workflows/vale-linter.yml b/.github/workflows/vale-linter.yml index 145352c7fe..84714afa96 100644 --- a/.github/workflows/vale-linter.yml +++ b/.github/workflows/vale-linter.yml @@ -7,7 +7,6 @@ on: - main paths: - '**.md' - - '!**/system.md' - '!**/CLAUDE.md' - '!**/SKILL.md' - '!**/netwrix_style_guide.md'