Commit 9b97bd3
committed
fix: remove PR head ref checkout for issue_comment events
Checking out the PR head meant ./packages/action had old code from
the PR branch (before trigger support). Letting issue_comment check
out main (default) ensures the action code includes trigger handling.
The diff still works via fetch-depth: 0 and API-fetched SHAs.
https://claude.ai/code/session_01F7qRXukhynYjUukzhaBzSK1 parent 9d4bc7b commit 9b97bd3
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | 29 | | |
32 | 30 | | |
33 | 31 | | |
| |||
0 commit comments