Jason Miller
Jason Miller
Yeah, it's not great that actions have this limitation. I had actually tried doing a `status check` version of this and came to the same conclusion.
This would likely have to be an option that is disabled by default, since it requires parsing the JS. That'll be slow, right now file files aren't even loaded into...
This may be fixable via #18, since Checks are supported for individual commits. Still need to figure out what a logical `base` would be for size comparison.
I figured out a GraphQL query that can potentially be used to run on `push` but get the associated PR for a given push ([payload properties](https://github.com/octokit/webhooks.js/blob/db106bc52a5b88ef784aefc24f0ab8c31375ab5f/index.d.ts#L737-L751)): ```js { repository(name: "mitt",...
Potentially can be fixed by #35.
@slorber the conclusion you came to is effectively why I've held off on supporting this 👍 That being said, one of the possibilities that seems worth considering is if there's...
I don't want to force folks to use an external service - it's a SPOF at best, and a privacy/complexity problem at worst. One of the things I've been pondering...
Seems like a reasonable feature!
A comment key configuration would be great! Your proposed implementation sounds right to me.
Yes! I 100% want this, been meaning to find some time to implement it.