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