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
fix: remove Setup PR Branch and apply refspec fix unconditionally
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.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Quanyi Ma <eli@patch.sh>
0 commit comments