github-repo-automation
github-repo-automation copied to clipboard
Display GitHub checks (✅ or ❌) when listing PRs
Also, it would be great to be able to filter them by checks passing / not passing on both repo list
and repo merge
.
👍 thanks for the feature request.
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.