cli/pkg/cmd/pr
Mislav Marohnić f184d7ec58 pr create: allow forking repositories with INTERNAL visibility
The IsPrivate field of "internal" repositories is always true, but those
repositories aren't truly private and absolutely can be forked. We
shouldn't be checking for platform permissions in the client anyway, so
let's just drop this check and have the platform decide whether this is
a valid operation.
2022-06-07 17:56:06 +02:00
..
checkout Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
checks Always clear screen when watching PR checks (#5678) 2022-05-23 08:38:50 +02:00
close Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
comment Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
create pr create: allow forking repositories with INTERNAL visibility 2022-06-07 17:56:06 +02:00
diff Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
edit Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
list Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
merge Merge pull request #5514 from mntlty/pr_merge_refactor 2022-05-09 11:56:36 -07:00
ready Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
reopen Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
review Replace ioutil with io and os (#5498) 2022-04-26 13:07:44 +02:00
shared Extract feature detection package (#5494) 2022-05-17 19:07:44 +00:00
status Extract feature detection package (#5494) 2022-05-17 19:07:44 +00:00
view Replace uses of strings.Title (#5623) 2022-05-12 13:52:21 +00:00
pr.go Consistent punctuation in command usages (#5139) 2022-01-31 10:56:12 +00:00