knl / niv-updater-action

A GitHub Action that creates meaningful pull requests with updates to your niv-managed dependencies, so you don't have to do menial chores.
BSD 3-Clause "New" or "Revised" License
29 stars 11 forks source link

Fix commit message when PRs are updated #42

Closed knl closed 3 years ago

knl commented 3 years ago

When updating PRs, the code was taking just the commit message for the new commit, instead of the combined title + message. This change fixes it.