mona-actions / gh-repo-stats

GH CLI extension to pull statistics on repository metadata used in GitHub migrations
MIT License
146 stars 76 forks source link

Support analyzing specific repositories #27

Closed hicksjacobp closed 2 years ago

hicksjacobp commented 2 years ago

While scanning an entire organization is nice, it can be quite painful when an organization has hundreds of repositories. My organization is migrating in chunks, so we would like to do analysis only on specific repositories when we're ready to migrate them.

Perhaps add a new parameter for a list of repositories and/or a new parameter for a file of listed repositories (or enhance the logic around the input parameter to recognize repositories)?

I could expect that if repositories were from different organizations or if both a list of repositories and an organization was provided, then the tool could error out.

admiralAwkbar commented 2 years ago

This was solved in #29