anthropics / anthropics/claude-code-action

[GitHub bot integration] Add an ability to sequentially update a single branch

Open
#372 3 comments 8 reactions 0 assignees View on GitHub
enhancement p3
Dominant language
TypeScript
Stars
8.9k
Forks
2.1k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

First requested in anthropics/claude-code#4790

---

Right now, the Claude bot user creates a new `claude/*` branch every time a user requests it some changes, even when we do it in the same issue/PR or if we ask it to update a specific branch (even one that Claude itself created).

However, I believe it is contrary how Claude Code (CLI) works: using CC we can work on the same (currently checked out) branch until we consider the work done, then commit and push the changes.

More over, current approach with isolated branches creates zillion unnecessary branches, when Claude bot could just create separate commits for subsequent change requests.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.