Skip to content

fix(repos): include organization-created repositories in user repo list#32

Open
ArtyomVancyan wants to merge 1 commit into
Younesfdj:masterfrom
ArtyomVancyan:fix/stars-count
Open

fix(repos): include organization-created repositories in user repo list#32
ArtyomVancyan wants to merge 1 commit into
Younesfdj:masterfrom
ArtyomVancyan:fix/stars-count

Conversation

@ArtyomVancyan

Copy link
Copy Markdown

This pull request enhances the way we gather and report repositories for a GitHub user profile. It now includes not only the user's owned repositories, but also repositories created by the user within organizations, leading to a more complete and accurate representation of their work. The implementation involves new queries, batching, and logic to determine organization repo authorship. (resolves #31)

@Younesfdj

Copy link
Copy Markdown
Owner

Hello @ArtyomVancyan thanks for reporting the issue and try to implement a fix for it
Made a quick review for your change, the current logic still needs some work. I will be back to you with a list of changes

Thank you once again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

The organization-created repositories are ignored

2 participants