sourcerer-io / hall-of-fame

:trophy: Show some love to your contributors! A widget for your repo README. Visual and clean. Refreshes every hour.
MIT License
947 stars 88 forks source link

Couldn't use hall of fame for an organization repo #36

Closed humb1t closed 5 years ago

humb1t commented 5 years ago

Add Hall of Fame to your repo: in settings lists only personal repositories without repositories from organizations.

sergey48k commented 5 years ago

Hi @humb1t

It should list all repos that you authorized Sourcerer to see. When you sign up for Sourcerer, it asks for permissions to see public repos of the orgs you are associated with. You can check if Sourcerer has access in GitHub settings. It's possible that someone else from your org clicked 'no', and GitHub made this setting applied to everyone. It's pretty annoying but it's how GitHub works.

If you think that Sourcerer has access to your org public repos, please let me know and I'll debug.

humb1t commented 5 years ago

Hi @sergey48k - image it seems like everything is okay, but https://sourcerer.io/settings#processing showed no repositories from the organization.

humb1t commented 5 years ago

Hi, @sergey48k can you check our case? https://github.com/SamaraITCommunity - organization.

sergey48k commented 5 years ago

Looking. Will keep you posted.

sergey48k commented 5 years ago

@humb1t if you have a specific repository in mind, I can add it on our end using our admin interface.

humb1t commented 5 years ago

@sergey48k thank you, it's https://github.com/SamaraITCommunity/site

sergey48k commented 5 years ago

@humb1t interesting. I also get unauthorized from github when adding your repo manually. any chance that you disabled github access to sourcerer? any chance you run a batch job under your github identity that uses up the github rate limit?

humb1t commented 5 years ago

@sergey48k - no, access still here: image

The only job is our Travis CI and GitHub pages deployment, but it's a rare case.

Thank you for help, maybe it would be fixed in future releases.

sergey48k commented 5 years ago

Hi @humb1t ,

I tried my own user, and it works just fine. Feel free to use the code below with my identity. Or if you have someone else in your group whose identity you want to use, just let me know. I suspect there is something strange with your account but I don't know what.

0 1 2 3 4 5 6 7

humb1t commented 5 years ago

@sergey48k thank you!