Skip to content

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

Merged
stefanzweifel merged 8 commits intov3from
feature/commiter-options
Feb 5, 2020
Merged

Add Options to change Commit User Name and Email and Author#39
stefanzweifel merged 8 commits intov3from
feature/commiter-options

Conversation

@stefanzweifel
Copy link
Copy Markdown
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 <actions@github.com>.

The commit_author option allows user to customize the author of the commit. It defaults to Your GitHub Username <github_username@users.noreply.github.com>. (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.

1 participant