-
-
Notifications
You must be signed in to change notification settings - Fork 23.5k
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
[Bug] Stat card private content wrong number of PRs #2621
Comments
I have the same issue. I think it doesn't count private repo prs |
I later noticed that it does, indeed. But it is still a bug since it just considers the PRs after the stat card is created. |
@icandac @Furkan-Ozdemir Hello, The bug you described is related to the statcard when the It appears that the To fix this bug, you may need to investigate the |
@akshayaureatelabs thank you so much for answering this question🙏🏻! To add to your answer, the |
@icandac the best way to get the most accurate results is to deploy your own Vercel instance (see https://github.com/anuraghazra/github-readme-stats#deploy-on-your-own). More accurate results will be possible when the GitHub action is released (see #2179). |
Describe the bug
There occurs an error in the statcard when the "count_private=true" option is included. I know my number of commits and PRs.
Number of commits is close to the actual number, but I guess it misses some commits as well, but Total number of PRs is %100 wrong. It shows here 1 for me for the last 3.5 half months but I at least opened 20 of them, and also my badge corrects me.
I don't know with which API the private commits are taken but there is an issue with that for sure.
Expected behaviour
I expect to see the correct number of PRs on the stat-card (and maybe for the commits as well).
Screenshots / Live demo link
Additional context
No response
The text was updated successfully, but these errors were encountered: