Contributors widget on repo homepage still shows a removed co-author 5+ days after force-push #208536
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. ⭐ |
|
Two things worth knowing, from doing the same cleanup this week. First, Second, GitHub keeps the head of every pull request as and fetch those refs to check for the trailer with |
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Bug
Body
Repo: https://github.com/spandrio/voltec
A few days ago I amended a commit on
mainto remove aCo-Authored-By:trailer, then force-pushed with--force-with-lease. Since then:git log --allonmainshows no commit authored or co-authored by that account/email — history is clean./spandrio/voltec/graphs/contributors-dataendpoint correctly returns a single contributor, matching the real history.I opened a support ticket (#4768926) about this, but it was closed immediately since my account doesn't have a support plan that covers this — hence posting here instead.
Has anyone else run into a Contributors widget staying stale like this for multiple days after a force-push, even though the actual stats endpoint already recomputed correctly? Any known way to nudge it, or is this just a longer-tail cache that eventually clears on its own?
thank you for your time
All reactions