Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upFor `pr checks` cmd, add -w flag to view checks tab on github.com #1682
Comments
|
Checks are not necessarily listed in the checks tab. The way we do PR's the checks are listed at the bottom of the conversation tab and nothing is on the checks tab. So for people like us this behaviour would be confusing. |
|
@jacobat Thank you for the context! It sounds like your repo is using Statuses instead of Checks, which would explain why they are not listed in the Checks tab. I think that |
|
Just to be clear: Statuses show up when doing The reason I ended up here was because I would like a |
|
@jacobat I see! I don't think there is a web view that displays Statuses for a PR, so would you expect that |
|
That would be an option. In my case the status points to our CI, so even better would be to go straight to the CI page (the url is part of the output from Here's an example of the output I see for reference:
|


Describe the feature or problem you’d like to solve
When running
gh pr checksthe user is shown a bunch of urls for each check. It would be great to add a-wto see the checks tab ([repo/owner]/pull/[pr-number]/checks) in github.com. The user could then scroll through the various checks shown in the output of thegh pr checks.Proposed solution
How will it benefit CLI and its users?
This will benefit users by giving them a quick option to pull up more details on each check.