Pair Extraordinaire achievement not granted after valid co-authored commit #179206
-
Select Topic AreaQuestion BodyHello GitHub Support Team, I’ve recently made a commit that should qualify for the “Pair Extraordinaire” achievement, but the badge hasn’t appeared on either contributor’s profile yet. Here are the details: • The commit includes proper co-author metadata using the exact format: • The commit is verified and public: • Both users are active GitHub accounts and the emails are correctly linked to their profiles. Could you please verify if the co-authored commit event was properly registered in the achievements backend? Thank you very much for your time and help! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
|
Hi @huseyinaydin99, The format used is correct, but if you push the commit directly from GitHub, it won't work. You have to push the commit from your local repo on your device using Commit message
Co-authored-by: huseyinaydin99 <huseyinaydin99@gmail.com>
Co-authored-by: bugradostt <bugradostt@gmail.com> |
Beta Was this translation helpful? Give feedback.
-
|
you have to select co-author while push, compare with merge, if that is then ( while compare and merge see once again both pair names should be show if not then co author is not added if showing then it will show once merged. |
Beta Was this translation helpful? Give feedback.
Hi @huseyinaydin99,
The format used is correct, but if you push the commit directly from GitHub, it won't work. You have to push the commit from your local repo on your device using
git bash.