From 89ce43ed41b37ccf67e919841cbfaa3faff10055 Mon Sep 17 00:00:00 2001 From: bendtherules Date: Thu, 31 May 2018 17:49:03 +0530 Subject: [PATCH] Reset username --- src/gh.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gh.ts b/src/gh.ts index 372659f..a4dff25 100644 --- a/src/gh.ts +++ b/src/gh.ts @@ -94,7 +94,7 @@ interface RepoNameWithBranchesAndParent extends RepoNameWithBranches, RepoNameWithParentRepo {} -const username = 'rousan'; +const username = 'bendtherules'; async function fetchRepoNameWithBranches( repoName: string @@ -209,7 +209,7 @@ async function fetchUnusedForkedRepos() { // type, // sort, // direction, - per_page: 100, // solve pagination // change this value // handle abuse detection + per_page: 20, // solve pagination // change this value // handle abuse detection // page, });