Stale contributor shown after repository history rewrite #208531
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. ⭐ |
|
Same situation here this week. The checks you ran (contributors endpoint, commits by author, local One thing not on your list: GitHub keeps |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Repository:
https://github.com/Elnathz/speech-emotion-recognition
The repository contributor sidebar still shows @claude, although the
default branch no longer contains any commits authored or committed by
that account.
The history was rewritten and pushed on September 16, 2026. More than
24 hours have passed.
Current REST API evidence:
Contributors endpoint returns only Elnathz and MapleKaedee:
https://api.github.com/repos/Elnathz/speech-emotion-recognition/contributors?anon=1&per_page=100
Commits attributed to claude returns an empty array:
https://api.github.com/repos/Elnathz/speech-emotion-recognition/commits?author=claude&per_page=100
Local git history contains no Claude author, committer, or
Co-authored-by trailer.
The repository ID shown by GitHub is 1329383830.
Could GitHub rebuild or invalidate the repository contributor sidebar
cache/index?
All reactions