-
-
Save KyMidd/a4f7c16689c30700d357b6d4849b8be2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Get the names of all repos in the org | |
| # This method is limited to 1k repos, if you have more than 1k repos, use this method: https://medium.com/@kymidd/lets-do-devops-github-api-paginated-calls-more-than-1k-repos-3ff0cc92cc50 | |
| org_repos=$(gh repo list --no-archived $gh_org -L 1000 --json name --jq '.[].name') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment