cli/pkg/cmd/pr
Nate Smith 126b498e9f
Actions Support Phase 1 (#2923)
* Implement first round of support for GitHub Actions

This commit adds:

gh actions
gh run list
gh run view
gh job view

as part of our first round of actions support. These commands are
unlisted and considered in beta.

* review feedback

* tests for exit status on job view

* spinner tracks io itself

* review feedback

* fix PR matching

* enable pager for job log viewing

* add more colorf functions

* add AnnotationSymbol

* hide job, run

* do not add method to api.Client

* remove useless cargo coded copypasta
2021-03-16 13:59:34 -07:00
..
checkout Add helper function to validate exact args in cmdutil 2021-02-24 15:49:40 +05:30
checks Merge remote-tracking branch 'origin' into cmd-stub-new 2021-01-22 16:31:29 +01:00
close Revert close and reopen changes 2021-02-23 13:24:48 -08:00
comment Remove unnecessary BodyFile field 2021-03-15 15:12:41 +01:00
create Merge pull request #3023 from cli/cancel-error-status 2021-03-04 13:45:11 +01:00
diff Use testify assertions for error matching 2021-01-19 13:59:37 +01:00
edit Accept --body-file flag if --body is supported 2021-03-15 15:12:41 +01:00
list use Stub instead of SetPrepareCmd in 'pr list' tests 2021-01-26 08:15:13 -05:00
merge Accept --body-file flag if --body is supported 2021-03-15 15:12:41 +01:00
ready Rename to SuccessIconWithColor 2021-01-25 14:56:39 +01:00
reopen Revert close and reopen changes 2021-02-23 13:24:48 -08:00
review Accept --body-file flag if --body is supported 2021-03-15 15:12:41 +01:00
shared Actions Support Phase 1 (#2923) 2021-03-16 13:59:34 -07:00
status Actions Support Phase 1 (#2923) 2021-03-16 13:59:34 -07:00
view add tests for additions and deletions 2021-03-06 15:02:16 +05:30
pr.go Pr edit command 2021-02-12 10:08:44 -08:00