-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Specifying version #70
Comments
I'd like this too for https://github.com/godotengine/godot The action seems to use the latest dictionary from https://github.com/codespell-project/codespell, and while that's nice, it means that we start getting PRs failing due to typos not introduced by these PRs. It's a bother to contributors, and particularly annoying for stable branches where we don't necessarily run codespell daily so bugfix updates also fail CI. |
I saw the problem of PRs failing due to typos not introduced by these PRs in a project I work (of course, because we use One suggestion would be to create an automation that after a new release in https://github.com/codespell-project/codespell, a new release would be created here. This way, we can use dependabot PRs to update the action regularly, and fix the new typos within those PRs. |
+1 for this request. and question, How do I use the latest release : codespell v2.3.0 ? Many new features available that we would like to use. Thank you for your future feedback |
For me, the best solution would be if a given version of the Codespell action always used a fixed version of the Technically, using a Would it be realistic to make a reslease of the action per every release of If that's too much trouble, the ability to specify the tool version in the Codespell action config would also help a lot. A workaround that comes to mind is to use the |
In case it helps anyone, our solution was to replace this action with We also added a Dependabot configuration to keep this requirements file up to date, so that, while we don't get randomly failing CI whenever codespell releases a new version, we do get some heads up through a Dependabot PR about new codespell releases, so that we can start using new dictionaries at our own pace. |
Sometimes we'd like to specify the version of Codespell to control dictionaries. c.f. this commit in Rails.
Could we add the ability to specify the version of Codespell to install?
The text was updated successfully, but these errors were encountered: