Return url for PRs

This commit is contained in:
Corey Johnson 2019-12-05 09:54:30 -08:00
parent 7c1390d02d
commit ee7f6339ae
2 changed files with 2 additions and 0 deletions

View file

@ -230,6 +230,7 @@ func prView(cmd *cobra.Command, args []string) error {
if err != nil {
return err
}
openURL = pr.URL
} else {
prNumber, branchWithOwner, err := prSelectorForCurrentBranch(ctx)