Commit count in stats card seems to be incorrect #3059
-
It looks like my total commits in stats card is incorrect. I am using my own vercel instance.
GraphQL Explorer (From this discussion: #2959) I was also wondering if its possible to include contributions that have been made in an organisation. If a user is member or owner of organisation - in either case. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This way to check if commits count is correct no more actual since we don't use https://github.com/anuraghazra/github-readme-stats/blob/master/src/fetchers/stats-fetcher.js#L47-L50
Currently this feature is not officially supported, but you can find several pull requests with draft implementations and deploy them on your own Vercel instance. |
Beta Was this translation helpful? Give feedback.
This way to check if commits count is correct no more actual since we don't use
restrictedContributionsCount
value during stats calculation. See:https://github.com/anuraghazra/github-readme-stats/blob/master/src/fetchers/stats-fetcher.js#L47-L50
&count_private=true
query option also no more supported, so you can remove it.totalCommitsContributions
value should contain all your commits (public/private) if you correctly set permissions for you GitHub Personal Access Token (PAT).