-
Hi!
We love Hound, and were wondering if there were plans to integrate it with Github's new "Checks" API (and I guess, make Hound accessible via Github Marketplace)?
-
GitHub publicly announced today a new Checks API that appears to be replacing the commit statues from some other CI platforms (Travis CI, CircleCI, and App Center):
https://blog.github.com/2018-05-…
-
**Problem**. I want to use [GitHub Check API](https://developer.github.com/v3/checks/) to check repository PR commit by a worker deployed on my machine. The worker can not be 100% online and it will m…
-
Learn more about Checks:
https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/
https://help.github.com/articles/about-status-checks/#checks
https://developer.github.com/v3/che…
-
The GitHub Checks API (https://developer.github.com/v3/checks/) is a new integration for CI tools.
It's only supported by GitHub Apps, so #105 is a prerequisite.
-
For any repositories that want to use homu with the travisci github app, https://blog.travis-ci.com/2018-09-27-deprecating-github-commit-status-api-for-github-apps-managed-repositories means that they…
-
This would allow us to report rich information back to GitHub PRs directly, potentially including:
- success/failures in the compiler matrix (including 'non-fatal' beta compilers);
- linting error…
-
We're looking for a way to allow easy interaction between Perf Check and GitHub pull requests. It's possible that the checks API is a fit even though Perf Check is not a traditional CI service.
-
If we use the checks api instead of the status one, we can save one action per feedstock per commit per PR. Seems like it will be worth it.
relevant code is here:
https://github.com/conda-forge/…
-
Should look at the new [Checks API](https://blog.github.com/2018-05-07-introducing-checks-api/) when the GraphQL support is ready and #1 is done.