Repository homepage shows a stale contributor #201982
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. ⭐ |
|
Your evidence points pretty strongly to a stale repository-homepage sidebar cache rather than real Git history attribution. The important checks are the ones you already did: Those surfaces are not always backed by the same cache/index. The Contributors graph and contributors API are closer to the commit history view, while the repository homepage sidebar can lag or hold stale repository metadata longer. A few low-risk things that sometimes nudge repository metadata recalculation:
If all refs are clean and the sidebar is still stale after another default-branch push, I do not think there is a public API to force-rebuild just that homepage contributor sidebar. At that point Support/GitHub staff would need to invalidate or rebuild the repository metadata cache. I would include exactly the comparison you listed, because it shows this is not a commit-attribution problem:
|
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Repository:
https://github.com/Jwz-git/my-knowledge-base
The repository homepage has incorrectly displayed the user "claude" as a contributor for more than one month.
However:
https://api.github.com/repos/Jwz-git/my-knowledge-base/contributors
https://github.com/Jwz-git/my-knowledge-base/graphs/contributors
Only the repository homepage sidebar still shows "claude".
Could GitHub staff please rebuild or invalidate the stale contributor sidebar index for this repository?
All reactions