-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
Context
Although the commit created by gitopscli is usually done by CI with a technical user, the actual deployment is often triggered by a user (click in the CI gui or a commit in the application repository). It could be beneficial for the history to add this user as additional author to the deployment commit.
Solution Proposal
The deploy command would get two additional parameters for co-authors:
gitopscli deploy --git-provider github \
--username gitopscli \
--git-user CI-User \
--git-email [email protected] \
--co-author-name 'Mike Miller' \
--co-author-email [email protected]
The co-author values would be added to all commit messages created by gitopscli