claude-code-action
claude-code-action copied to clipboard
Installation fails: stale lock file causes 'another process is currently installing' after timeout
## Description The Claude Code installation fails due to a stale lock file. When the first installation attempt times out, the lock file is left behind, causing subsequent retry attempts...
**Describe the bug** The Claude Code Action fails when triggered on pull requests from forked repositories. The action attempts to fetch a branch that doesn't exist on the origin remote,...
## Summary When multiple workflows use `use_sticky_comment: true` on the same PR, they previously could co-opt each other's comments due to loose bot ID/name matching. This change uses `github.job` to...
Allowing multiple Claude Reviewers in the same PR by changing the bot_name (e.g. security_review vs science_skills) ``` Usage Example Configure each workflow with a unique bot_name: # .github/workflows/claude-code-review.yml - uses:...
## Summary Fixes 2 broken relative links in `docs/custom-automations.md`: | Old (broken) | New (correct) | |--------------|---------------| | `examples/claude-pr-path-specific.yml` | `examples/pr-review-filtered-paths.yml` | | `examples/claude-review-from-author.yml` | `examples/pr-review-filtered-authors.yml` | ## Test plan...
## Description Claude Code GitHub Action consistently exits with code 1 after starting successfully. Claude responds to @claude mentions and posts comments, but every run fails with "Claude Code process...
## Problem When a GitHub Actions job fails and is retried, the current implementation creates a **new branch** because branch names include timestamps: ``` claude/issue-123-20250103-1430 claude/issue-123-20250103-1445
# Claude Code Action Crash Report ## Issue Summary The `anthropics/claude-code-action@v1` is consistently crashing with exit code 1 approximately 2 seconds after starting, preventing PR security reviews from completing. ##...
The current implementation caused Claude bot to keep adding more comments to the PR rather than editing the original comment if there is already one. This resulted in a very...
**Describe the bug** Claude Code action fails with exit code 1. The error output shows a stack trace from the SDK's error handler but doesn't provide meaningful information about what...