cli/utils
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
..
table_printer.go Actions Support Phase 1 (#2923) 2021-03-16 13:59:34 -07:00
table_printer_test.go Fix crash in issue/pr list for narrow terminals 2020-02-18 20:03:09 +01:00
terminal.go Avoid interface for collecting file descriptors 2020-09-25 11:31:22 +01:00
utils.go 🔥 utils.Spinner 2021-01-20 14:48:14 +01:00
utils_test.go Add issue comment viewing 2020-12-07 14:25:04 -05:00