github-repo-automation icon indicating copy to clipboard operation
github-repo-automation copied to clipboard

Display GitHub checks (✅ or ❌) when listing PRs

Open alvarosanchez opened this issue 4 years ago • 2 comments

Also, it would be great to be able to filter them by checks passing / not passing on both repo list and repo merge.

alvarosanchez avatar Jun 25 '20 09:06 alvarosanchez

👍 thanks for the feature request.

bcoe avatar Jul 01 '20 19:07 bcoe

I looked into this and, unfortunately, GitHub does not seem to return checks status in the list PRs call. Making one or more API calls per each PR listed would solve this, but will make it even slower (and more likely to hit the quota).

Maybe it makes sense to hide this behind an option though.

alexander-fenster avatar Jul 25 '22 23:07 alexander-fenster