You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use the link with options: include private and include all the total commit count returned is 176, but in reality it is around 655. It was working fine till yesterday, with no changes made today, it's bugged.
when I do not use the include all option it shows 554 for 2022
when I do not use the include private option it shows 483
when I use both it shows 176 instead of 665
@Ingenious-c0der this is likely a duplicate of #1515. Merging #2177 will fix this issue. You can already use these on your own fork. They are not yet merged into the master because we have to ensure the GraphQL and Vercel limits are not hit. We will likely implement this as an opt-in for Vercel instance and Github Action users (see #2179 and #2159).
@Nikhil562 If you think it is caused by something else, feel free to create a PR. 👍🏻
Describe the bug
When I use the link with options: include private and include all the total commit count returned is 176, but in reality it is around 655. It was working fine till yesterday, with no changes made today, it's bugged.
when I do not use the include all option it shows 554 for 2022
when I do not use the include private option it shows 483
when I use both it shows 176 instead of 665
https://api.github.com/search/commits?q=author:Ingenious-c0der -> 483
Expected behaviour
Commit count should be 665 when I use include all and include private options
Screenshots / Live demo link
Additional context
No response
The text was updated successfully, but these errors were encountered: