()
| 145 | } |
| 146 | |
| 147 | func (r pushableRefs) HeadRepo() ghrepo.Interface { |
| 148 | return r.headRepo |
| 149 | } |
| 150 | |
| 151 | // forkableRefs indicate to handlePush that forking is required before |
| 152 | // pushing. The expectation is that after forking, this is converted to |