From 1235ac5d8ae90ec564a66d319adc7dc0df5b4282 Mon Sep 17 00:00:00 2001 From: Thiago Baptista Date: Tue, 19 May 2026 18:03:27 -0300 Subject: [PATCH] Update claude-code-review-reusable.yml Exclude apps/hcf-tests from automated PR review -- still WIP --- .github/workflows/claude-code-review-reusable.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review-reusable.yml b/.github/workflows/claude-code-review-reusable.yml index 780a75e..bd02b79 100644 --- a/.github/workflows/claude-code-review-reusable.yml +++ b/.github/workflows/claude-code-review-reusable.yml @@ -40,6 +40,7 @@ jobs: - Every finding needs a file:line citation pointing to the exact problem in the diff - Do not speculate about issues without a direct line reference - Skip anything CI already enforces (lint, types, formatting) + - Ignore any files under `apps/hcf-tests/`. Do not flag findings in those files even if the diff includes them. **Review Format:**