There are two main use cases and corresponding ways to sign a commit:
Branch Style
Author=Commiter=Custom User
Example: yelizariev/git-auto-commit-action-demo-app@ac69197
PR Style
Author=Actor
Commiter=GitHub Actions
Example: yelizariev/git-auto-commit-action-demo-app@fcee21e
The questions to discuss:
- Do we agree about described use cases? I.e. do we need another style, e.g. Author=Commiter=Github Actions
- Do we want to support both styles in the Action?
- If yes, how to allow both styles? What could be the configs for it (config name, default values, etc.)
There are two main use cases and corresponding ways to sign a commit:
Branch Style
Author=Commiter=Custom User
Example: yelizariev/git-auto-commit-action-demo-app@ac69197
PR Style
Author=Actor
Commiter=GitHub Actions
Example: yelizariev/git-auto-commit-action-demo-app@fcee21e
The questions to discuss: