mirror of
https://github.com/anthropics/claude-code-action.git
synced 2026-01-23 06:54:13 +08:00
- Replaced REST API listBranches call with GraphQL query that filters branches by prefix - This fixes the issue where repositories with >100 branches could miss existing Claude branches - The GraphQL query directly filters by prefix, making it more efficient and accurate Co-authored-by: ashwin-ant <ashwin-ant@users.noreply.github.com>