cli/command
Mislav Marohnić d1eac7b211 pr status: avoid printing a lonely "1" when there is only one Check
In a repository that only has a single Check configured (e.g. this
repo), we would print "checks: 1" for PRs where the CI is passing. This
looks akward when repeated for each PR and provides little useful
information.

This avoids ever printing "1" and instead prints "failing", "pending",
or "success", respectively. We now only show numbers for repositories
that have more than one Check runs.
2019-11-15 12:35:44 +01:00
..
completion.go Add tests 2019-10-31 23:43:50 +01:00
completion_test.go Add tests 2019-10-31 23:43:50 +01:00
issue.go Swap "open in browser" to "view in browser" for view cmd 2019-11-13 13:59:32 -07:00
issue_test.go Add issue create test 2019-11-08 15:20:24 +01:00
pr.go pr status: avoid printing a lonely "1" when there is only one Check 2019-11-15 12:35:44 +01:00
pr_create.go Avoid re-wrapping of "could not determine suitable remote" error 2019-11-14 19:31:33 +01:00
pr_create_test.go Add pr create test for git clean state 2019-11-13 19:25:02 +01:00
pr_test.go Use OWNER:BRANCH syntax for cross-repo PRs 2019-11-14 16:46:59 +01:00
root.go Merge remote-tracking branch 'origin/master' into pr-create 2019-11-13 19:31:02 +01:00
testing.go 🔥 last instance of mockOpenInBrowser 2019-11-06 19:41:18 +01:00