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,
|
extends RepoNameWithBranches,
|
||||||
RepoNameWithParentRepo {}
|
RepoNameWithParentRepo {}
|
||||||
|
|
||||||
const username = 'rousan';
|
const username = 'bendtherules';
|
||||||
|
|
||||||
async function fetchRepoNameWithBranches(
|
async function fetchRepoNameWithBranches(
|
||||||
repoName: string
|
repoName: string
|
||||||
@@ -209,7 +209,7 @@ async function fetchUnusedForkedRepos() {
|
|||||||
// type,
|
// type,
|
||||||
// sort,
|
// sort,
|
||||||
// direction,
|
// direction,
|
||||||
per_page: 100, // solve pagination // change this value // handle abuse detection
|
per_page: 20, // solve pagination // change this value // handle abuse detection
|
||||||
// page,
|
// page,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user