-
-
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
[BUG] Total Commits (2023) #3196
Comments
@pranshugupta54, thanks for your bug report. We are aware of this bug and are planning to fix it in the future (see #1053) . It will be fixed when #2107 is merged. I'm unfortunately didn't find time yet to review that pull request. You can, however already use it on your own fork. |
Hey, @bryce0516! By default, the stats card only shows statistics only from public repositories. To show private statistics on the stats card, you should deploy your own instance using your own GitHub API token. Our documentation contains that information. |
Answered in #2959 (reply in thread) |
Describe the bug
Total Commits (2023) should show commits >=2023-01-01 but it actually shows for last 1 year.
Like it's 03 Sept 2023 today, I tried fetching total commits with >=2022-09-02 and it matched the count with "Total Commits (2023)" in the stats card.
Expected behavior
instead of 1 year, it should be >=2023-01-01
Screenshots / Live demo link
https://github-readme-stats.vercel.app/api?username=pranshugupta54
https://api.github.com/search/commits?q=author:pranshugupta54+author-date:%3E=2023-01-01
Additional context
No response
The text was updated successfully, but these errors were encountered: