Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Options to change Commit User Name and Email and Author #39

Merged
merged 8 commits into from
Feb 5, 2020

Conversation

stefanzweifel
Copy link
Owner

@stefanzweifel stefanzweifel commented Feb 4, 2020

This PR adds 3 new options:

  • commit_user_name
  • commit_user_email
  • commit_author

These commit_user_* options allow users to customize what user is associated with commit. By default, the commit user is GitHub Actions <[email protected]>.

The commit_author option allows user to customize the author of the commit. It defaults to Your GitHub Username <[email protected]>. (github_username refers to the user which triggered the workflow run)

Related Issues

TODOs

  • Tests
  • How should we handle --author? Additional options? If-else condition?

@stefanzweifel stefanzweifel self-assigned this Feb 4, 2020
@stefanzweifel stefanzweifel changed the base branch from master to v3 February 5, 2020 19:14
@stefanzweifel stefanzweifel changed the title Add Options to change Commit User Name and Email Add Options to change Commit User Name and Email and Author Feb 5, 2020
@stefanzweifel stefanzweifel merged commit 098f1a8 into v3 Feb 5, 2020
@stefanzweifel stefanzweifel deleted the feature/commiter-options branch February 5, 2020 19:55
@stefanzweifel stefanzweifel mentioned this pull request Feb 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant