I've read a blog from Github team.
There is already an issue about it.
No proposals for it. So I've opened this issue.
danger for ruby.
The blog is here.
https://developer.github.com/changes/2018-05-07-new-checks-api-public-beta/
This needs to have a GitHub App for authentication, which will make a lot more time consuming on setup, so whoever makes these will need to take that side of documentation into account.
I plan to take a look at supporting this for Peril with Danger JS, but whether people running Danger on a CI run will be able to use it is still an unknown to me until I have built it out.
in the Danger JS checks support, I have both the ability to use your own GitHub app, or use one provided by me so setup can be pretty simple by bundling in the support for a specific app.
We seem to be seeing a 401 error just as of the past few days with Danger as part of our Travis CI run. Could this be related? Thanks, we love Danger!!!
Looking at those PRs, I doubt it, this feature only exists inside danger-js. I'd recommend logging in as the account and seeing if it's been denied access to GitHub
@orta Any update on porting this feature from danger-js to danger?
Nope, from my perspective Danger ruby is done and any new feature work from me is on danger-js - I'm open to others adding these kind of things but here I won't be the one pushing it forwards.