From ee0e5343e06adaa612bdd7a1ee5f5b0ab6f1edbd Mon Sep 17 00:00:00 2001 From: ryo-ma Date: Sun, 31 Oct 2021 14:58:38 +0900 Subject: [PATCH] Support the forked repositories --- src/github_api_client.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/github_api_client.ts b/src/github_api_client.ts index be86cf44..5333d8cf 100644 --- a/src/github_api_client.ts +++ b/src/github_api_client.ts @@ -86,7 +86,7 @@ export class GithubAPIClient { const query = ` query userInfo($username: String!) { user(login: $username) { - repositories(first: 100, ownerAffiliations: OWNER, isFork: false, orderBy: {direction: DESC, field: STARGAZERS}) { + repositories(first: 100, ownerAffiliations: OWNER, orderBy: {direction: DESC, field: STARGAZERS}) { totalCount nodes { languages(first: 3, orderBy: {direction:DESC, field: SIZE}) {