Repository homepage shows a stale contributor #202032
Replies: 2 comments
|
💬 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. ⭐ |
|
Based on the checks you already did, this looks less like a Git data problem and more like a stale UI/sidebar index on GitHub's side. The evidence that points that way is:
So the canonical contribution sources and the homepage sidebar disagree, which strongly suggests the homepage contributor list has stale cached/indexed data rather than there being an actual hidden ref or local browser cache issue. At this point I do not think there is a repository-side fix left to try. I would open a GitHub Support ticket and include exactly the evidence you already gathered:
That gives Support what they need to invalidate or rebuild the repository homepage contributor index if it is stale. Support: |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Thanks. I completed the additional checks.
7994f7cb83b22f949f0ef5178d9a07b54b79f108 HEAD
7994f7cb83b22f949f0ef5178d9a07b54b79f108 refs/heads/main
I checked all 29 reachable commits using their structured author,
committer, and Co-authored-by fields. Every author and committer is
Jwz-git, and there are no Claude or Anthropic co-author trailers.
The contributors API only returns Jwz-git with 29 contributions:
https://api.github.com/repos/Jwz-git/my-knowledge-base/contributors
The Contributors graph only shows Jwz-git:
https://github.com/Jwz-git/my-knowledge-base/graphs/contributors
I also tested the homepage contributor endpoint without being logged in:
https://github.com/Jwz-git/my-knowledge-base/contributors_list?current_repository=my-knowledge-base&deferred=true
It still returns a contributor count of 2 and includes:
https://github.com/claude
Therefore, this is not a local browser cache issue.
7994f7cb83b22f949f0ef5178d9a07b54b79f108
The homepage contributor list remained unchanged after that push.
Could this please be escalated to the GitHub team that can invalidate or
rebuild the repository homepage contributor-sidebar index?
All reactions