From be2fbe091b3e7b50771fc12eea00a4359b12c2c3 Mon Sep 17 00:00:00 2001 From: Jakub Orchowski Date: Sat, 15 Nov 2025 04:37:59 +0100 Subject: [PATCH] Enable full output for Claude code review action --- .github/workflows/claude-code-review.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/claude-code-review.yml b/.github/workflows/claude-code-review.yml index 62d5f70..f8decd9 100644 --- a/.github/workflows/claude-code-review.yml +++ b/.github/workflows/claude-code-review.yml @@ -36,6 +36,7 @@ jobs: uses: anthropics/claude-code-action@v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} + show_full_output: true prompt: | REPO: ${{ github.repository }} PR NUMBER: ${{ github.event.pull_request.number }}