vscode-pull-request-github icon indicating copy to clipboard operation
vscode-pull-request-github copied to clipboard

Is there any way to show build status in the PR list?

Open valyagolev opened this issue 2 years ago • 2 comments

It'd be great to be able to see the build status in the PR list. I'm going to try to do it with filters, but an icon next to a PR would be amazing. Perhaps I could try to contribute something like this, if it's ok and not an intentionally omitted feature.

valyagolev avatar Jul 28 '22 15:07 valyagolev

@valyagolev this seems like this feature could result in a big performance hit. It might be expensive to fetch the build status of each pr in the list.

alexr00 avatar Aug 04 '22 12:08 alexr00

if github API doesn’t return it with the list of PR, then yes, I suppose. In this case one might only enable it for a particular filter, e.g. for their own PRs

valyagolev avatar Aug 04 '22 14:08 valyagolev

We now show the PR checks status in the PRs list.

alexr00 avatar Dec 09 '22 12:12 alexr00