Skip to content

Commit b7973b3

Browse files
committed
ci: add timeout and debug logging to claude-pr-review workflow
- Add 15-minute timeout to prevent infinite hangs - Enable ACTIONS_STEP_DEBUG for more detailed logging - Helps diagnose why workflow hangs at 'Setting up Claude Code' step
1 parent 7f9864d commit b7973b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/claude-pr-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ jobs:
8585

8686
- name: Run Claude Code Action
8787
if: steps.check.outputs.is_member == 'true'
88+
timeout-minutes: 15
89+
env:
90+
ACTIONS_STEP_DEBUG: true
8891
uses: anthropics/claude-code-action@v1
8992
with:
9093
github_token: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)