contribution graph is not updating #206615
Replies: 13 comments 8 replies
|
💬 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. ⭐ |
|
Hi, The contribution graph may take some time to update after you push code. If your repository is updating correctly, the issue may be related to the commit author email or the graph's update delay. Please check that the email used in your Git commits is added and verified on your GitHub account. Also, make sure the commits are on the repository's default branch. If everything is correct, wait a little and check again. If the graph still does not update, please share more details about the commits and repository so others can help troubleshoot. Thank you! |
|
i have checked email is verified and also commits are on default branch . i had been facing this same issue since last 15 days |
|
Hi Aakash, Since you've already confirmed the email is verified and the commits are on the default branch, here are the other things that most often cause this — worth checking in order:
Given that this has persisted for 15 days, my strong guess is either #1 (the commit email differs from the verified one) or #2 (private repo with private contributions turned off). The You can also review GitHub's full checklist here: https://docs.github.com/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/why-are-my-contributions-not-showing-up-on-my-profile Hope this helps! |
|
i have checked whole process , my github email = aakashtygai9889@gmail.com which is verified but when i commit from this email in databricks avityagi9889@gmail.com and i also verified it and add in git email section. repo is update but graph is not updated yet . |
|
Thanks Aakash — that detail points to a likely cause. The issue is probably related to email attribution on your Databricks commits. You have two different addresses:
Even though both emails are verified, GitHub still needs to correctly attribute the commits to your The quickest way to confirm this is to open one of your recent Databricks commits on GitHub (Repo → Commits → click the commit) and check the Author.
Also, run this in your Databricks repo: git log -1 --format='%an <%ae>'Make sure the email shown there is exactly the email you've verified on the GitHub account you're using. One more important thing: make sure Since you've been seeing this for 15 days, checking the Author on an affected commit should tell us very quickly whether this is an attribution issue. Could you check one affected commit and tell me what the Author shows? |
|
i have checked latest commit it shows Aakashtyagi9889 which is clickable link . please help |
|
Thanks, that rules out the email attribution issue. Since the commit author is correctly linked to Could you please check these two things on one of the affected commits?
Also, please run this locally in Databricks: git branch --show-current
git log -1 --format='%H%n%an <%ae>%n%ad' --date=isoPlease share the output. One more important check: on your GitHub profile, go to Contribution settings and make sure Private contributions are enabled if this repository is private. At this point, since the commit is correctly attributed to your account, I wouldn't change your Git email configuration again. We should identify why GitHub considers the commit ineligible for the contribution graph. |
|
url of commit = d9768e8857f98d3eece324e6d2b695821118e061 |
|
please help |
|
anybody knows? |
|
please help |
|
The same situation occurs for me, and they keep asking us to review the same documentation that we have already checked three times. |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
contribution graph is not updating when i push my code but repo is update on time
All reactions