Commit fce81ed
Reword checkout comment to drop SHA-immutability overstatement
The previous comment said the head SHA was "frozen the moment the PR
is created," which misreads `pulls.get`: it returns the PR's current
head SHA at API-call time, which can change as the PR receives more
commits. The accurate framing is that the metadata step resolves the
head SHA for *this* workflow run, and the checkout step uses that
already-resolved value. Same wording fix applied to the base-side
race description so it does not over-promise either.
No behavior change.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 894146f commit fce81ed
1 file changed
Lines changed: 11 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments