-
Notifications
You must be signed in to change notification settings - Fork 59
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
Input argument required with git commit -m "..." #118
Comments
|
Hi @georgezavitsanos, can you please share the output of I'm not able to reproduce this. The commit message should be passed automatically via |
Hello!
and
Unfortunately, the repo is not open-source, so I cannot share it. The above configuration works for me. Without |
Thanks @georgezavitsanos. One more thought: In our default_install_hook_types:
- pre-commit
- commit-msg So that when we run This is probably related to #104 in that we need better docs here for the initial setup. Can you try removing the |
Thanks for your reply.
Anyway, I will use my work around. Thanks! |
Hello, I have configured conventional-pre-commit from
.pre-commit-config.yaml file
,However, with
git commit -m "This is a comment"
. , I get,Please for your advise.
The text was updated successfully, but these errors were encountered: