claude-code-action icon indicating copy to clipboard operation
claude-code-action copied to clipboard

Results 100 claude-code-action issues
Sort by recently updated
recently updated
newest added

## 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...

bug
area:installation
performance
installation
p2

**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,...

bug
p1

## 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...

bug
provider:1p
area:installation
p1

## 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

enhancement
feature-request
p2

# 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. ##...

bug
provider:1p
p1

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...

enhancement
p3

**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...

bug
provider:1p
dev-experience
p2