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