mirror of
https://github.com/bendtherules/github-delete-unused-repos.git
synced 2026-08-18 13:52:59 +00:00
Reset username
This commit is contained in:
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user