github-codebuild-integration
github-codebuild-integration copied to clipboard
Support GitHub Checks API, not just status API
The GitHub Checks API is a new, rich API meant to provide CI tools the ability to provide feedback into GitHub Pull Requests.
https://blog.github.com/2018-05-07-introducing-checks-api/
Microsoft App Center and Travis CI support this today, and Circle CI is preparing to release support as well. As you look for reasons why gci
can go above and beyond what codebuild does, this would be a great way to show what is possible with a top tier integration.
Checks API technical implementation details: https://developer.github.com/v3/checks/
@jbjonesjr I didnt know that, thanks for the heads up. I'll dig into the new API later :)
Any update on this?
@jewelsjacobs Hi, I have no ETA nor a plan for support this right now, since I assume that the Checks API is for SaaS-ish products, not for tools like gci. Could you tell me your usecase especially about how do you want to use the Checks API from your CodeBuild project?