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

Ability to see PR status check #459

Closed brennantaylor closed 6 years ago

brennantaylor commented 7 years ago

Most of our repos run some form of automated check. Would be nice to see if the PR is passed/failed/pending.

In particular I am trying to collect statistics on our various checks. So if there are multiple ones seeing the status of each would be helpful.

drselump14 commented 7 years ago

@brennantaylor you can see the branch status ( jenkins, test status , etc) using command

gh pr --info <pull-request-number>

305

protoEvangelion commented 6 years ago

@brennantaylor Does this work for you? If it does not please let me know and we can discuss.