Behaviour with GitHub's Email Resolver
8 comments
Multiple users have reported similar observation for both Public as well as Private repositories. And also for older commits.
- https://github.com/orgs/community/discussions/201499
- https://github.com/orgs/community/discussions/201499
Same thing I noticed yesterday on my company's repo. A colleague said it happens even on previous commits that used to say "authored by [user] and copilot", now they are "[user] and 00sadik-lab". We recently changed the repo from internal to private, not sure if that's related.
Github's email integration with security is not great. I found some bugs with management of repo's and email security and I would not be surprised if this is a bug that they have.
Noticed similar behaviour on a company repo
tested adding the string to a private repo but the guy doesn't pop up
tested adding the string to a private repo but the guy doesn't pop up
I see, and thanks for checking. (:
Yesterday, I didn't even thought of searching around in GitHub, but just did now. If you search for any public commits containing that string, you can see that the guy shows up, at the bottom of the cards in the search results.
Yesterday, I didn't even thought of searching around in GitHub, but just did now. If you search for any public commits containing that string, you can see that the guy shows up, at the bottom of the cards in the search results.
After some digging, I tracked down to some commit with the following snippet at the end "Co-authored-by: Copilot <[email protected]>". Well, it could be it, but would be very strange if that was the case. So, in my personal account, I created a private, separate repo and tested. A simple commit, arbitrary title, but with a commit message having the exact same string: "Co-authored-by: Copilot <[email protected]>".
Again, for this test, I didn't use Copilot to generate the commit or the actual "change", but rather just added this string to the message. The commit resolves that e-mail to the exact same strange user I saw in the collaborators list of the company's repo. It's resolving to this guy: github.com/00sadik-lab.
Can anyone confirm the same behaviour?