teoxoy / profile-readme-stats

Showcase your github stats on your profile README.md
https://github.com/marketplace/actions/profile-readme-stats
MIT License
245 stars 85 forks source link

Wrong issue count #11

Closed eoli3n closed 3 years ago

eoli3n commented 3 years ago

Thanks for this, nice tool !

Total issue count is wrong. See https://github.com/eoli3n/eoli3n : it shows 88 commits, but I pushed some thousand commits.

teoxoy commented 3 years ago

I think it's because you used a different email address than the one you have on github to commit in some of your repositories. You can notice that by the fact that you can't click on the user and it has no profile picture.

eoli3n commented 3 years ago

And I forgot to add read:user token, fixed this but still. Yes, I changed my email recently, is there any way to count for multiple emails ?

eoli3n commented 3 years ago

You can notice that by the fact that you can't click on the user and it has no profile picture.

I don't get what you mean here. On which page ? edit: found, ok

eoli3n commented 3 years ago

Fixed by readding my old email address to github account.

eoli3n commented 3 years ago

But still, it shows 1076, but that's what I have only in dotfiles... It you add github.com/eoli3n/dotfiles + github.com/eoli3n/void-config 1073 + 242 > 1076

teoxoy commented 3 years ago

There still seem to be a bunch of commits pointing to a different email https://github.com/eoli3n/dotfiles/commits/master?after=b487d28d0020865bd2a40fc6d6126d336e581129+685&branch=master https://github.com/eoli3n/dotfiles/graphs/contributors

eoli3n commented 3 years ago

hm, good catch, but I can't find which is that different email I used

teoxoy commented 3 years ago

you can use git log to check

eoli3n commented 3 years ago

I was searching in github, thanks for helping !