Pull Shark & other achievements missing despite three qualifying merged PRs #206036
Replies: 3 comments 1 reply
|
💬 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. ⭐ |
|
I verified your qualifying pull requests (
Why the Pull Shark badge hasn't appeared yetGitHub Achievements are processed by asynchronous background workers rather than synchronously at the moment of merge. There are two primary reasons why the badge section may experience a delay:
Recommended Actions to Force a Profile Refresh
Since your PRs meet all criteria, your account is fully eligible, and the badge will display as soon as the background worker runs its batch sync on your profile. |
|
Three merged PRs exceed the Pull Shark threshold (2), so one of these usually explains it: 1) Verified email - the commit email must be a verified email on your GitHub account; check the commits in your merged PRs. 2) Default branch - PRs must be merged into the base repo's default branch; merges into other branches or work left in forks do not count. 3) Author - automated merges by bots (Dependabot etc.) do not count because you are not the author. 4) Private repos - they count only if you enabled 'Show private contributions and achievements'. 5) 24h processing delay - wait a full day, then check in an incognito window. If all of these check out and it still has not appeared, contact GitHub Support with links to the merged PRs. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
💬 Feature/Topic Area
Profile
Body
Problem
The Pull Shark achievement is not appearing on my GitHub profile even though I have authored three qualifying pull requests that were merged into the default branches of public, standalone repositories.
GitHub account
mig-buildsQualifying merged pull requests
For each pull request:
Troubleshooting completed
GitHub Support response
I contacted GitHub Support, but my ticket was automatically closed because my available support options are limited to Community Discussions, GitHub Docs, and GitHub Skills.
Expected result
The qualifying merged pull requests should be recognized and the Pull Shark achievement should appear on my profile.
Request
Could someone confirm whether these PRs meet the current eligibility requirements and whether this appears to be an achievement-processing or account-attribution issue?
All reactions