-
-
Notifications
You must be signed in to change notification settings - Fork 244
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
Use a default commit message if one isn't provided #103
Comments
The idea behind this, is that you can simply add this line to your workflows and be done with it, right?
I think thats actually not a bad idea. "Apply automatic changes" might be a good starting point. Feel free to PR this. |
Make commit_message optional #103
Has been implemented in #110. |
Is your feature request related to a problem? Please describe.
Currently
commit_message
is a required input. Given how verbose workflows can be, I prefer not having to specify any inputs when possible.Describe the solution you'd like
If
commit_message
isn't specified, it should use a default message. Anything generic works. The "Apply automatic changes" message suggested by the readme would also be fine.I'm open to submit a PR for this.
The text was updated successfully, but these errors were encountered: