I did not get a pull request badge my pull request is accepted #199433
Replies: 2 comments 3 replies
-
|
Checked your PR and repo, it's not a fork issue, the repo merged into is an original repository and your PR was correctly merged into its main branch. So the most likely cause left is your commit email. Go to the PR's Commits tab and click on your commit. Check if your name/avatar next to the commit is a clickable link to your GitHub profile. If it's shown as plain text instead, that means the email in your local git config doesn't match a verified email on your GitHub account, and unlinked commits don't count toward achievements. To fix it going forward: run git config user.email and make sure it matches an email listed under Settings → Emails on your account (and is verified). For this specific PR though, since it's already merged, you may need to wait and see if GitHub backfills it, or reach out to GitHub Support if it still hasn't appeared after a few more days. |
Beta Was this translation helpful? Give feedback.
-
|
If your pull request was accepted and merged but you didn't receive the Pull Request badge, check the following: Make sure the repository is public and the PR was merged into the default branch. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Title: Merged pull request not appearing in contribution graph
Hello,
I contributed to the following pull request, which has been merged:
bokorarmin/image-text-reader-py-library#1
However, the contribution is not appearing on my GitHub profile.
I have already verified that:
Could someone help me determine why this merged contribution is not being counted on my profile?
GitHub username: AtreyaRaghav
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions