You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment the commit of version bumps is triggering the pre-commit pipeline which would involve installing quite a few packages, which I would like to avoid using --no-verify.
There should be an option to pass arguments to the involved git commands.
At the moment the commit of version bumps is triggering the pre-commit pipeline which would involve installing quite a few packages, which I would like to avoid using
--no-verify
.There should be an option to pass arguments to the involved git commands.
I tried
but despite seeing the action run
/usr/bin/git commit -m "Version Packages" --no-verify
, it triggers the pre commit commands to run.The text was updated successfully, but these errors were encountered: