()
| 98 | } |
| 99 | |
| 100 | func (r PRFindRefs) UnqualifiedHeadRef() string { |
| 101 | return r.qualifiedHeadRef.BranchName() |
| 102 | } |
| 103 | |
| 104 | // Matches checks whether the provided baseBranchName and headRef match the refs. |
| 105 | // It is used to determine whether Pull Requests returned from the API |