Support GitHub Checks for deployments
Anonymous

4 years ago

Support GitHub Checks (https://docs.github.com/en/rest/reference/checks) for triggered deployments on commits and PRs like Vercel does.

2 Replies

jake
EMPLOYEE

4 years ago

95% we do have this, 5% sure it could be merged with an existing issue


Anonymous

4 years ago

95% we do have this, 5% sure it could be merged with an existing issue

Jake Cooper: Looks like I referenced the wrong GitHub API. What I really meant is supporting commit statuses (https://docs.github.com/en/rest/reference/commits#commit-statuses).
"The status API allows external services to mark commits with an error, failure, pending, or success state, which is then reflected in pull requests involving those commits."
This is useful for quickly checking if a deployment of a commit on the main/master branch has passed or failed directly on GitHub.


Loading...