Contributors graph omits my account despite 10 commits visible via ?author= query #199910
-
Discussion TypeBug Discussion ContentDescriptionThe contributors graph on Steps to reproduce
Expected behaviorSince GitHub already associates these commits with my account (the Actual behaviorMy account does not appear in the contributors graph at all for the same date range. Screenshots / Evidence
Additional info
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
|
💬 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. ⭐ |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for the detailed report. Based on your description, the fact that A few things that could affect inclusion in the contributors graph:
Given that: 10 commits are visible through this appears to be an inconsistency between commit attribution and contributor graph generation rather than expected behavior. Could a GitHub staff member confirm whether there are any known limitations or delays affecting contributor graph attribution in cases where commits are correctly associated with an account via the author filter but the contributor is omitted from the contributors graph entirely? Any guidance on how contributor graph eligibility is determined would be appreciated. |
Beta Was this translation helpful? Give feedback.
This comment was marked as off-topic.
This comment was marked as off-topic.
-
|
Hi, One possible explanation is that the contributors graph and the "?author=" commit filter are using different criteria to determine contributor attribution. The "?author=xialonglee" filter primarily checks whether commits are associated with your GitHub account, while the contributors graph may apply additional rules when aggregating contributor statistics. Some factors that could affect inclusion in the contributors graph include:
Since GitHub is successfully associating the commits with your account on the commits page, the account linkage itself appears to be working. A useful comparison might be to inspect the commit metadata for a commit that appears in the graph for another contributor and compare:
against one of your commits. That said, if the repository contains multiple contributors with fewer commits who are appearing correctly, and your account has been missing for several days despite having visible attributed commits, it could indicate a problem in how the contributors graph is being generated rather than an issue with your account configuration. Given the reproducible nature of the report, GitHub staff may need to verify whether contributor graph aggregation is handling these commits correctly. |
Beta Was this translation helpful? Give feedback.
Thanks for the detailed report.
Based on your description, the fact that
?author=xialongleereturns the expected commits indicates that GitHub is able to associate those commits with your account. However, the contributors graph uses a different aggregation pipeline and may apply additional rules when determining contributor attribution.A few things that could affect inclusion in the contributors graph: