Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updelete-empty-repos.sh - Handle Pagination #190
Labels
Comments
platform-samples/api/bash/delete-empty-repos.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
delete-empty-repos.sh currently works with default pagination of only 30 repositories.
Need to handle pagination in case of more than 30 repositories are within the organization.
Relevant Doc