Stale Contributors sidebar after default-branch history rewrite #202539
Replies: 1 comment
-
|
Thank you for your interest in contributing to our community! We currently only accept discussions created through the GitHub UI using our provided discussion templates. Please re-submit your discussion by navigating to the appropriate category and using the template provided. This discussion has been closed because it was not submitted through the expected format. If you believe this was a mistake, please reach out to the maintainers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Repository
https://github.com/iamzjt-front-end/fund-pulse
Problem
The repository homepage still shows 100 contributors from an old, no-longer-reachable history, although the current default branch and GitHub REST API report only the current owner.
Current state
mainhistory was replaced on July 10, 2026.mainhas 102 commits.iamzjt-front-endwith 92 contributions:https://api.github.com/repos/iamzjt-front-end/fund-pulse/contributors?per_page=100&anon=1
Co-authored-bytrailers.Stale result
The repository homepage’s server-rendered Contributors fragment still reports 100 contributors (14 visible entries plus “+86 contributors”) and lists legacy accounts such as
1zilc,dependabot[bot], andamilajack:https://github.com/iamzjt-front-end/fund-pulse/contributors_list?current_repository=fund-pulse&deferred=true
The stale result also appears in fresh unauthenticated requests and has persisted after multiple pushes for 12 days.
This appears to be the same class of cache mismatch discussed in #202538 and #189812, but in this case the stale entries come from a completely replaced repository history.
Expected result
The homepage Contributors section should match the current default branch and REST contributors result.
Could a GitHub staff member rebuild or purge the stale Contributors/sidebar cache for this repository?
Beta Was this translation helpful? Give feedback.
All reactions