-
-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not displaying exact informations #1675
Comments
@saifullahsiddique I double-checked the number of (public) commits made by your account using the https://docs.github.com/en/graphql/overview/explorer and it seems correct. You can check this using the following query: query userInfo($login: String!) {
user(login: $login) {
contributionsCollection {
totalCommitContributions
restrictedContributionsCount
}
}
} {"login": "saifullahsiddique"} I think the problem above is caused by the fact that GitHub's contributions and commits are not equal. To quote @anuraghazra's answer on #1390 (comment):
Hope that helps. Let me know if you have any other questions. |
@rickstaa Then it should be called Total Public Commits, not just Total Commits. Total commits means private and public both. Confusing stuffs. |
@saifullahsiddique, I understand the confusion. This naming was used to keep the card clean. I however think the behaviour becomes clear when reading the documentation. The documentation explains that you have to use the |
@saifullahsiddique The results are correct according to the graphql explorer. The problem you are showing is a known bug #1053. The text should say Total Commits (last year). We haven't had the time to fix this yet. |
I've already passed the commit count around 1.5k+ in this year. But it's showing just this specific number at all time.
The text was updated successfully, but these errors were encountered: