codiform / gh-actions-usage

GitHub CLI Extension to display Github Actions Usage. Go version of gh-actuse.
18 stars 2 forks source link

Option: Skip Repos with No Workflows #12

Closed geoffreywiseman closed 1 year ago

geoffreywiseman commented 1 year ago

Some repos might be enabled for workflows but not have any. Again, not crucial, but could help to filter out the noise.

geoffreywiseman commented 1 year ago

Using flag package with a simple boolean --skip for now. May want to rename that flag later or change the default to true, but this is enough for a start.