-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the Bug
The displayed number of 'Contributed to' differs from the actual number of stars I have earned.
Expected Behavior
The system should count the 'Contributed to' of a repository where the owner is the specified user.
Current Behavior
Currently, the system counts the 'Contributed to' of repositories where the owner is not the specified user.
Possible Solution
When calculating the total number of 'Contributed to', ensure that the system counts only the 'Contributed to' of repositories where the owner exactly matches the specified user.
The query should be following and count the number of this nodes.
query { user(login: "<user name>") { repositoriesContributedTo(first: 100) { nodes { name owner { login } } } } }
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers