Skip to content

The Number of 'Contributed to' is Wrong #72

@tomoish

Description

@tomoish

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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions