Skip to content
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

Fix commit message modes after go-github changes #193

Merged
merged 1 commit into from Jul 31, 2020

Conversation

bluekeyes
Copy link
Member

Passing an empty string as the commit message now selects the default behavior for the merge mode. Take advantage of this for summarization, but pass a non-empty whitespace string in the empty body case.

I need to test this out to make sure it works as expected, but I believe this fixes #192.

Passing an empty string as the commit message now selects the default
behavior for the merge mode. Take advantage of this for summarization,
but pass a non-empty whitespace string in the empty body case.
@bluekeyes bluekeyes merged commit 5be348a into develop Jul 31, 2020
@bluekeyes bluekeyes deleted the bkeyes/fix-commit-bodies branch July 31, 2020 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

From 1.9.x, body: "empty_body" is not working
2 participants