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

Improving and / or customising the commit message. #16

Closed pbogdan closed 4 years ago

pbogdan commented 4 years ago

It would be very nice if the commit message for update was improved a little bit. As a concrete example I recently added the action to one of my repositories and here's the first automated update:

https://github.com/pbogdan/nix-hie/pull/4

While the pull request itself looks very nice (I like how neat and informative it is) the subject of the commit message contains "## Motivation" which is not ideal. For me it would be nice if the subject of the commit was either the same as the title of the pull request or if possible if it could be customised.

knl commented 4 years ago

Hi @pbogdan thanks for reporting it. Seems some other people experienced the same problem, so it's now fixed in #18

pbogdan commented 4 years ago

Thank you very much for the quick fix!