Email notification for push shows repository owner instead of commit author #198993
Replies: 1 comment
-
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When a collaborator pushes commits to a pull request branch, the email notification shows the repository owner's username instead of the actual commit author.
Steps to Reproduce
@xxx@sumire-fujimiya(with push access)@sumire-fujimiyapushes a commit to a PR branchsumirewith the emailsumire@inbaa.dev, which is the verified primary email on the@sumire-fujimiyaaccount@xxx pushed 1 commit.Expected Behavior
The notification should show
@sumire-fujimiya pushed 1 commit.since both the git author/committer email and the GitHub account are correctly linked.Actual Behavior
The notification shows
@xxx pushed 1 commit.— the repository owner's name, not the person who actually pushed.Additional Context
git config user.emailmatches the verified primary email on the collaborator's GitHub account@sumire-fujimiyain the GitHub web UIBeta Was this translation helpful? Give feedback.
All reactions