Skip to content
Discussion options

You must be logged in to vote

Hi 👋 !

If you're talking about the stats located under the two-weeks calendar, it uses the following from GitHub GraphQL API:

repositoriesContributedTo(includeUserRepositories: true) {
totalCount
}

Else if you were asking about the repositories sections, then it depends to the value of repositories_affiliations, which is set to the owner constraints by default. You can extend it to collaborator, organization_member or the broadest one which is no constraints: ""

Additionally, repositories_forks are also ignored by default in case you were wondering, but can be opted-in too

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MaskDuck
Comment options

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