cli/pkg/cmd
Mislav Marohnić c667a0bc49 Fix fetching draft releases from GitHub Actions
When using GITHUB_TOKEN in Actions, the permissions on a repository are
null and therefore we can't check whether the viewer has push access or
not. The solution is to unconditionally check for draft releases instead
of trying to be smart about it. Draft releases are going to be on top,
so we don't have to paginate through all releases in a repository.
2021-05-18 19:44:29 +02:00
..
actions Preserve list fomatting in web docs for gh actions 2021-05-17 17:01:33 +02:00
alias Use - to read from stdin instead 2021-04-23 17:23:27 -07:00
api Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00
auth Use absolute path when configuring gh as git credential 2021-03-03 16:20:21 +01:00
completion Make sure docs URLs are linked in web docs 2021-05-17 17:00:25 +02:00
config Fix USAGE help for some commands 2020-11-13 10:10:53 -03:00
factory Merge pull request #3279 from cli/browser-refactor 2021-03-30 16:54:59 +02:00
gist 💅 cleanup in gist create 2021-05-07 14:15:27 +02:00
issue Add release view --json support 2021-05-18 19:40:28 +02:00
pr Export more IDs in issue/pr JSON payload 2021-05-18 18:19:28 +02:00
release Fix fetching draft releases from GitHub Actions 2021-05-18 19:44:29 +02:00
repo Add --json export functionality to repo commands (#3627) 2021-05-17 16:53:20 +02:00
root review feedback 2021-04-29 16:06:26 -05:00
run Eliminate API overfetching in pr commands 2021-04-30 20:34:36 +02:00
secret ability to paste secrets in a prompt 2021-04-23 13:07:20 -05:00
ssh-key Merge pull request #3200 from cli/table-widths 2021-03-30 16:54:13 +02:00
version Fix link in version output 2020-12-17 12:37:22 +01:00
workflow Use T.TempDir for temporary dirs in tests (#3580) 2021-05-07 12:21:26 +02:00