A simple script to parse a Github billing report as a CSV file and output a list of unique actions with their corresponding quantities, ordered from maximum to minimum.
You can get your billing CSV from Github - Settings > Switch to Organization > Billing > Get Report
Simply rename the report as 'input.csv' and run the script. You will get an ordered list of actions with their corresponding quantities in the 'output.csv' file.