()
| 164 | } |
| 165 | |
| 166 | func (r forkableRefs) UnqualifiedHeadRef() string { |
| 167 | return r.qualifiedHeadRef.BranchName() |
| 168 | } |
| 169 | |
| 170 | // isSameRef checks if the head and base refs point to the same ref in the same repository. |
| 171 | // For cross-repository PRs (e.g., from a fork), the qualified head ref will contain |
nothing calls this directly
no test coverage detected