Commit a39066a
committed
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: None1 parent eaab577 commit a39066a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments