Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/claude-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:

- name: Run Claude Code Action
if: steps.check.outputs.is_member == 'true'
timeout-minutes: 15
Comment on lines 86 to +88

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Workflow Changes: Good additions

The timeout-minutes: 15 and ACTIONS_STEP_DEBUG: true are sensible additions for preventing workflow hangs and debugging issues. These align with the PR description.

env:
ACTIONS_STEP_DEBUG: true
uses: anthropics/claude-code-action@v1
with:
github_token: ${{ steps.app-token.outputs.token }}
Expand Down