node-gh / gh

(DEPRECATED) GitHub CLI made with NodeJS. Use the official https://cli.github.com/ instead.
http://nodegh.io
Other
1.71k stars 217 forks source link

The PR status display does not support the "pending" and "error" statuses #628

Closed drewbrokke closed 5 years ago

drewbrokke commented 5 years ago

According to Github's documentation, there are 4 possible statuses that a pull request can be in (marked by CI integration, for example):

Right now, gh only supports "failure" and "success", but this is misleading when quickly glancing over the list of pull requests. gh should be able to display each possible state.

protoEvangelion commented 5 years ago

When you say "support", are you referring to the green check mark & red x that are printed out when listing PRs?

drewbrokke commented 5 years ago

yes exactly, thanks for clarifying :)

protoEvangelion commented 5 years ago

:tada: This PR is included in version 1.16.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: