From 0c60b85a156cbadcf445a003793b2d31e08e04fc Mon Sep 17 00:00:00 2001 From: james-haytko_nwx Date: Mon, 2 Mar 2026 12:10:29 -0600 Subject: [PATCH] Exclude config and style files from doc reviewer trigger Generated with AI Co-Authored-By: Claude Code --- .github/workflows/claude-documentation-reviewer.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/claude-documentation-reviewer.yml b/.github/workflows/claude-documentation-reviewer.yml index 7de88b35ba..786d99f26d 100644 --- a/.github/workflows/claude-documentation-reviewer.yml +++ b/.github/workflows/claude-documentation-reviewer.yml @@ -7,6 +7,10 @@ on: - main paths: - '**.md' + - '!**/system.md' + - '!**/CLAUDE.md' + - '!**/SKILL.md' + - '!**/netwrix_style_guide.md' jobs: claude-response: