Describe the feature or problem you’d like to solve
I would like to be able to set the default remote for a project to list pull requests and issues.
Proposed solution
I would add a config option default_remote
The config option default_remote could be the returned with highest score here:
|
func remoteNameSortScore(name string) int { |
Additional context
I work in a project where we make pull requests from branches of origin remote to master branch of origin remote and just occasionally to upstream, so it would be nice to have the ability of setting the default issue and pr branches to origin