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
dev-inf: Checkout PR head SHA for Claude Code review action
When using pull_request_target, the workflow runs in the context of the
base branch. By default, checkout merges with the target branch, which
could result in the LLM reporting on things that don't appear to
actually exist in the PR.
Explicitly set ref to the PR head SHA to analyze the actual PR code.
Release note: None
Epic: None
0 commit comments