Josh Soref

Results 1027 comments of Josh Soref

I don't think this is precisely the right fix, but I do agree the example is wrong. I'd be inclined to suggest an example closer to: https://github.com/actions/runner/issues/475#issuecomment-2786734511 (I don't expect...

Hmmm. I've always just added things to allow... I suppose I could add a `#ignore-case` parameter for dictionaries... The reason check-spelling doesn't treat things case-insensitively is that often brands are...

@rock88 unlike `allow.txt`, the `expect.txt` file would only require you to add a single entry (the lowercase one) -- as long as it's present, and I expect it will never...

Closed for lack of comment from PR author.

> leaderelection.go:293] successfully renewed lease kube-system/cert-manager-controller For this, I want to know two things: 1. When the lease will expire (probably in absolute terms, but even relative terms would be...

/remove-lifecycle rotten

Yeah, [Only check changed hunks](https://github.com/check-spelling/check-spelling/wiki/Feature:-Only-check-changed-hunks) has been on my lists of things to think about, let's see if I can get to it with the next release. You're right that...

1. Permissions should really be assigned to specify least privilege and your organization/repository should be using restrictive permissions regardless of whether you allow them to run in forks. 2. If...

@thyeggman this is odd... this repository's general policy is that only github owned/partner actions use non-sha versions. This workflow itself doesn't follow that convention, and, here we have dependabot trying...