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