gh-actions-stats
v2.0.1
Published
Simple cli helper to get stats on your Github Action usage
Readme
gh-actions-stats
Minimal cli to get stats on Gihub Actions usage.
# See all available options
npx gh-actions-stats --help
# Get stats for all repos for the past 7 days
npx gh-actions-stats --token=$PAT --org=YourOrgName --days=7
# Get stats for specific repo
npx gh-actions-stats --token=$PAT --org=YourOrgName --repo=YourRepoName --days=7
# Get stats for advanced time range
# See https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates for syntax
npx gh-actions-stats --token=$PAT --org=YourOrgName --created=2022-01-01..2022-01-31