Unknown account associated with a commit #201514
-
🏷️ Discussion TypeBug BodyAn unknown account is associated with my commits. Why? No mention of the account in the commit details. The unknown account seems to appear on commits that is co-authored by copilot. Not sure if on all of them. This commit is the earliest I could find. The problem is across repos and accounts. https://github.com/akinuri/sahibinden-scraper/commit/f850075bebdaea61f4142dbbd3782c33802123e0.patch
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
This is happening because GitHub links commits to user accounts based on the email address in the commit metadata. When you have It looks like the email copilot@github.com is somehow being associated with a different user on GitHub's end. This is likely a bug where the copilot email is incorrectly mapped to that account. To verify: check if copilot@github.com is added to any of your GitHub account emails (Settings > Emails). If not, this is a platform-level issue that needs GitHub Support to fix. For now, you can work around it by: 1) Not using Co-authored-by: Copilot in your commits, or 2) Contacting GitHub Support to report the incorrect email-to-account mapping |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Hey everyone! Thanks for raising this to our attention. We can confirm that we have removed the |
Beta Was this translation helpful? Give feedback.



Hey everyone!
Thanks for raising this to our attention. We can confirm that we have removed the
copilot@github.comaffiliation with said user. We appreciate everyone that commented on this discussion.