Skip to content

Implement --web for gh pr checks#2146

Merged
vilmibm merged 1 commit intocli:trunkfrom
programmer04:web-option-for-checks
Nov 17, 2020
Merged

Implement --web for gh pr checks#2146
vilmibm merged 1 commit intocli:trunkfrom
programmer04:web-option-for-checks

Conversation

@programmer04
Copy link
Copy Markdown
Contributor

Closes #1682.

Add optional flag:

gh pr checks [--web | -w]

which redirects in case of existing checks to [repo/owner]/pull/[pr-number]/checks in github.com.

I've left previous behaviour in case of no checks are configured - cli silently pass without any message.

Copy link
Copy Markdown
Contributor

@samcoe samcoe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for implementing this feature and thanks for adding tests 🙇 The code looks good to me.

@vilmibm vilmibm merged commit b205faa into cli:trunk Nov 17, 2020
@programmer04 programmer04 deleted the web-option-for-checks branch November 17, 2020 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

For pr checks cmd, add -w flag to view checks tab on github.com

3 participants