-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
add check to allow empty commits if arg is set #352
Conversation
Tested and working in one of my private repositories |
resolves #350 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, thanks for submitting the PR!
I've left a couple of suggestions ;)
@all-contributors please add @mcargille for their bug report and code contribution |
I've put up a pull request to add @mcargille! 🎉 |
This fix has been published in |
Modifies the changed files check to continue the process if the '--allow-empty' argument was passed, even if no files were changed.