Josh Soref
Josh Soref
TIL about `_`, but I don't think I want to try to reason through that. I'm tentatively going with this: https://github.com/check-spelling/check-spelling/commit/3c326a155a70ad7b6a62000da07c4de48a02d5cc Feel free to take it for a spin and...
Sarif is an optional integration feature in check-spelling. It is possible to pay GitHub to use sarif, but you probably should just remove the flag from the workflow. I'll change...
Yes, in order for check-spelling to be able to make comments on pull requests from forks, it needs to be run from pull_request_target, which means that changes to the workflow...
I've shipped [v0.0.23](https://github.com/check-spelling/check-spelling/releases/tag/v0.0.23). Thank you for your feedback.
@priyagupta108 that's because you don't appear to be using `getOctokit`. Here's an example where _someone_ uses it: https://github.com/jd-solanki/gh-action-comment-on-new-issue/blob/c443e1151cc69b146fd6918cc983ec1bd27ab254/index.js#L3-L8 Note that _with_ this, you'd have an octokit that could send credentials...
The linter failure is fixed by: - #2711
@SamMorrowDrums can someone look at this?
@elbrenn ?
Probably not. GitHub doesn't appear to respond to external PRs.
@hedges333: fwiw, to create a PR, you'd first use https://github.com/pjcj/Devel--Cover/fork to create a fork, and then push your branch to your fork, and finally create the PR to this repository.