For the first time I can recall, my personal GitHub account has blown through 90% of its Github Actions quota. Is there a visualization for what, exactly, burned up all those CI minutes? The only docs I can find involve "insights" for orgs, which is not available on personal accounts.

I suspect Dependabot because this has been a quiet month for me personally but I'd like to be sure.

If you have a guess of which of your personal account's repositories might be using them, you can check its usage page. e.g. github.com/str4d/rage/a...

github.com/str4d/rage/act...
@str4d.xyz thanks for the tip. I have no idea which one it is, and although I've used 2700 minutes, all the likely culprits have used in the 1-10 minute range. I'll have to investigate more comprehensively later.

@glyph @str4d.xyz You can "Get usage report" at
https://github.com/settings/billing/usage and they'll send you a spreadsheet showing which user used how much (time and cost) of each runner for each repo and workflow.

You'll need to cross reference against your private repos as public ones don't count against the quota.

For example, I've used 55k mins so far in March, other humans 874, Renovate 336, GH Pages 201, pre-commit 26, Dependabot 16, GH Actions 12. Only 4 mins of private repo using the quota.