Pair Extraordinaire achievement not unlocking despite valid co-authored merged PRs #207799
Replies: 1 comment
|
I verified both examples through GitHub's APIs. The repository is public and not a fork,
Each commit is also associated with the expected merged PR. So the observable repository-side prerequisites are present; this is not explained by an unrecognized trailer, wrong base branch, fork, or missing PR association. GitHub Community currently has an acknowledged incident covering achievement badges not appearing or profile data rendering incorrectly: https://github.com/orgs/community/discussions/203416. I would add your account and these two PR/commit pairs to that incident rather than creating more test commits. More synthetic tests will not distinguish eligibility from failed achievement indexing. Only GitHub can confirm its private qualification rules or reprocess an achievement record, but your two examples are already a clean reproduction set for that investigation. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
💬 Feature/Topic Area
Profile
Body
What are you trying to do?
I'm trying to earn the Pair Extraordinaire achievement through legitimate co-authored commits that are included in merged pull requests.
I have tested the requirements multiple times with real GitHub users, including testing both directions of co-authorship.
What did you expect to happen?
I expected the Pair Extraordinaire achievement to appear on my GitHub profile after the qualifying co-authored pull requests were merged into the default branch.
What happened instead?
The achievement has still not appeared on my profile, even though GitHub itself correctly recognizes the co-authorship.
For example, I tested this with another GitHub user in both directions:
Test 1 — I am the co-author
Repository:
seojiwon99/dotoryPull Request:
#85seojiwon99Dotoryman(me)Co-authored-bytrailer using the email associated with my GitHub account.seojiwon99andDotorymanas authors.master).Test 2 — I am the primary author
Repository:
seojiwon99/dotoryPull Request:
#86Dotoryman(me)seojiwon99I have also completed additional co-authored merged pull requests in another public repository with multiple real collaborators.
Despite this, Pair Extraordinaire has still not unlocked.
My GitHub profile is
Dotoryman.Since GitHub correctly recognizes the co-authorship on the commits themselves, could this be related to an Achievement/profile synchronization or indexing issue?
I have also noticed other recent Community reports about GitHub Achievements not appearing as expected, so I would like to know whether Pair Extraordinaire is currently affected by a known issue.
Any links/screenshots?
Profile: https://github.com/Dotoryman
Repository: https://github.com/seojiwon99/dotory
PR #85: seojiwon99/dotory#85
PR #86: seojiwon99/dotory#86
I can also provide commit SHAs or additional screenshots if needed.
All reactions