mirror of
https://github.com/moollaza/repo-remover.git
synced 2026-04-25 16:55:49 +03:00
[GH-ISSUE #138] load more than 20 repos #4
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/repo-remover-moollaza#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @maxandersen on GitHub (Jul 10, 2020).
Original GitHub issue: https://github.com/moollaza/repo-remover/issues/138
Describe the bug
I have 300+ repos and when using repo-remover only ~20 are shown.
@moollaza commented on GitHub (Jul 17, 2020):
@maxandersen thanks for mentiong this. I'd like to add functionality to handled pages API response from GitHub but haven't had the time lately.
That should enable you to see all your repos, instead of the first 100 repos GitHub returns in the first API call.
@maxandersen commented on GitHub (Jul 18, 2020):
cool - I hope you make it work as it would be nice to more easily cleanup github repos.
in meantime for those who are okey running things locally I made this jbang.dev script to help solve my problem: https://gist.github.com/maxandersen/1dac989e2a9cfc55d79cbb3e0d242e22 maybe others can use that too.
@moollaza commented on GitHub (Sep 13, 2020):
This has been implemented.