stefanzweifel / git-auto-commit-action

Automatically commit and push changed files back to GitHub with this GitHub Action for the 80% use case.
MIT License
1.97k stars 226 forks source link

Change default commit author #212

Closed jooola closed 2 years ago

jooola commented 2 years ago

I propose to use the github-actions[bot] author to display better commit author message instead of the current one.

Here is an example in our setup that we hope could be ported upstream https://github.com/libretime/api-client/pull/11/files

Here is the old behavior: image

And here is the new behavior: image

stefanzweifel commented 2 years ago

Sounds like a good idea to me. When I created this action, this was the "design" I wanted for my commits. If you want, you can submit a PR for this yourself. These are the values that need to be updated: https://github.com/stefanzweifel/git-auto-commit-action/blob/master/action.yml#L35-L42

stefanzweifel commented 2 years ago

Thanks for the PR. These changes have just been released: https://github.com/stefanzweifel/git-auto-commit-action/releases/tag/v4.14.1

jooola commented 2 years ago

Cool, thanks !