Commit attributed to my account does not appear in repository contributors graph #204696
Replies: 2 comments
|
Worth noting first: That's the most likely explanation over "stale/broken data" specifically: One more detail from looking at the commit itself: it shows 3 authors (you plus two co-authors via If it's still missing after giving the stats endpoint a chance to recompute (could be a while for a repo this size, not just a few minutes):
Given you've already ruled out every documented user-side cause, I'd bet this resolves itself once the stats cache catches up on a repo this large — but if it's still missing in a week or two, that's the point where it's worth an actual issue rather than assuming it'll fix itself indefinitely. |
|
Hi @krystic, Given the extensive troubleshooting you have already completed, you have successfully eliminated all standard user-error scenarios outlined in GitHub's official contribution guidelines. Since your commit ( Final Check Before EscalatingSince the commit was merged on 2026-08-05 and it has been a week, this is definitely past the standard 24-hour cache window. Verify one last detail:
How to Report This as a GitHub Free UserAs a Free tier user, you cannot open a standard technical support ticket, but you can force GitHub to review platform analytics bugs through these channels:
Recommended Reply Template for Your Discussion ThreadCopy and paste this update into your active discussion post to summarize your findings for the GitHub staff: |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
🏷️ Discussion Type
Question
Hi, I have a public commit on the default branch of
flutter/flutter, but my account does not appear in the repository contributors graph for the relevant date range.Repository:
https://github.com/flutter/flutter
Pull request:
flutter/flutter#180235
Merged commit:
flutter/flutter@e4c0224
The commit was merged on 2026-08-05, so this does not appear to be only a 24-hour refresh delay.
The GitHub API shows the commit is attributed to my account:
{ "author": "krystic", "parent_count": 1, "message": "Separate ARM64 Linux Desktop and Embedded engine builds to fix CJK and non-ASCII font rendering (#180235)" }The patch author is:
I also verified the documented requirements:
krystic.parent_count: 1).According to GitHub's documentation, the common reasons for not appearing in the contributors graph do not seem to apply here.
Is there another condition that can prevent a default-branch commit from appearing in the repository contributors graph, or is this likely stale/incorrect contributors graph data?
If this requires staff-side investigation, what is the correct way for a GitHub Free user to report this kind of repository graph issue?
All reactions