gr2m / octokit-plugin-create-pull-request

Octokit plugin to create a pull request with multiple file changes
MIT License
104 stars 28 forks source link

Creates empty commits when the `emptyCommit` option is set to `false` #103

Open wolfy1339 opened 2 years ago

wolfy1339 commented 2 years ago

It seems that there's a problem with the plugin and it creates empty commits even when the emptyCommit option is set to false

I suggest that we look at the original content, and the modified content and verify that changes were actually made in order to create a commit

gr2m commented 2 years ago

that would be great 👍🏼