* Refactor the fork service slightly to take ForkRepoOptions
This reduces the number of places we need to change if we want to add other
options during fork time.
Signed-off-by: Kyle Evans <[email protected]>
* Fix integrations and tests after ForkRepository refactor
Signed-off-by: Kyle Evans <[email protected]>
* Update OldRepo -> BaseRepo
Signed-off-by: Kyle Evans <[email protected]>
* gofmt pass
Signed-off-by: Kyle Evans <[email protected]>