Skip to content

Provide additional author with parameter #195

@mikevader

Description

@mikevader

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

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions