-
Notifications
You must be signed in to change notification settings - Fork 711
Open
Description
The query used to get the users contributions apparently only includes repositories to which the user has recently contributed to.
{
viewer {
repositoriesContributedTo(first: 100, includeUserRepositories: false, contributionTypes: [COMMIT, PULL_REQUEST, REPOSITORY, PULL_REQUEST_REVIEW]) {
nodes {
nameWithOwner
}
}
}
}It appears that older contributions have to be queried seperately somehow, for example by scraping the users profile, by abusing the search api or via third party tools such as BigQuery: https://stackoverflow.com/a/63427144
Metadata
Metadata
Assignees
Labels
No labels