From 978a0cd4b489cfba6ea660e05bfdd06d7efd3600 Mon Sep 17 00:00:00 2001 From: Murat Ozcan Date: Thu, 6 Nov 2025 10:45:19 -0600 Subject: [PATCH] turn off CC output --- .github/workflows/claude-code-review.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/claude-code-review.yaml b/.github/workflows/claude-code-review.yaml index b133b049..c7450bdf 100644 --- a/.github/workflows/claude-code-review.yaml +++ b/.github/workflows/claude-code-review.yaml @@ -48,7 +48,7 @@ jobs: track_progress: true # Enable full output for debugging (WARNING: may expose sensitive data in public repos) - show_full_output: true + # show_full_output: true prompt: | REPO: ${{ github.repository }}