Option to skip pre-commit hooks #352
ryanwilsonperkin
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
There's a - uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_options: '--no-verify' I think that should solve the problem with the pre-commit hooks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful to have an option to run this action in a way that uses git's
--no-verify
flag to skip hooks for things like pre-commit. I help maintain a repo that has pre-commit hooks installed by Husky during the installation stage, as we want them enforced for developer environments, but would prefer to skip them in CI actions.Beta Was this translation helpful? Give feedback.
All reactions