-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 GIT_AUTHOR_EMAIL #6031
add GIT_AUTHOR_EMAIL #6031
Conversation
And add |
added |
beware: this change does not actually add those environment variables. Is that intentional? |
it just modify document |
In #6028 I noticed that the git commit author name only changed if this variable was set, so I assume it's already checked somewhere but just not documented, which is what my PR aims to rectify |
/werft run 👍 started the job as gitpod-build-main-fork.14 |
@gtsiolis Could you have a look please? |
/hold @DetachHead have you signed a CLA? |
hi @DetachHead ! Thank you for your contribution! Can you please drop me an email with your name to |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@meysholdt What is the status of the CLA? |
sorry didn't see this, i sent you an email @meysholdt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me as is, many thanks for taking the time to fix this and find a good compromise!
Adding a temporary hold on the auto-merger until a CLA is confirmed (please unhold when it is):
/hold
LGTM label has been added. Git tree hash: 5e07d4fe0ae12170763592713919a80f92f66c8b
|
Ah, please also fix the conflict when you get a chance (hint: it's just that all the words "Git" got capitalized since you first wrote the PR). Also, let's run the CI to see what it looks like with the 4 variables: /werft run 👍 started the job as gitpod-build-main-fork.15 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still looks good to me, many thanks! 👍
Could you please also squash the 4 commits into one? 🙏
@meysholdt any news on the CLA? 👀
/lgtm
/werft run
LGTM label has been added. Git tree hash: de0187f0434bfde0d7fa453800d3e2fcba5c89ec
|
signed the cla |
@DetachHead please squash your 4 commits into one |
Thank you for signing the CLA! |
isn't there a button to do that when you merge? |
@DetachHead There is indeed a "Squash & Merge" option on the manual merge button, but we've disabled it and completely automated merges with |
...and I just noticed that you did. Many thanks for that! 🙏 😊 /lgtm 👍 started the job as gitpod-build-main-fork.16 |
LGTM label has been added. Git tree hash: de0187f0434bfde0d7fa453800d3e2fcba5c89ec
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jankeromnes Associated issue: #6028 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Codecov Report
@@ Coverage Diff @@
## main #6031 +/- ##
=======================================
Coverage 19.04% 19.04%
=======================================
Files 2 2
Lines 168 168
=======================================
Hits 32 32
Misses 134 134
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Many thanks for your contribution @DetachHead! 💯 🙏 |
Description
GIT_AUTHOR_EMAIL
also needs to be set, otherwise only the committer email is changed but the author email remains the sameRelated Issue(s)
Fixes #6028
How to test
Release Notes