Skip those repos too
This commit is contained in:
parent
87f9c16db4
commit
e573794367
@ -82,6 +82,8 @@ def main():
|
||||
repos = [p["full_name"] for p in get_repos_json()]
|
||||
repos.sort()
|
||||
for repo in repos:
|
||||
if repo.split("/")[-1] in REPOS_TO_SKIP:
|
||||
continue
|
||||
print(f'"{repo}",')
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user