You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The claude-code-action fetches the PR branch for ALL event types
including issue_comment. The Setup PR Branch step created and checked
out pr-N locally, causing "refusing to fetch into branch" when the
action tried to fetch into the same branch.
Remove the step entirely and apply the refs/pull/*/head refspec fix
unconditionally so the action's own fetch succeeds for all events.
Signed-off-by: Quanyi Ma <eli@patch.sh>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments