This is essentially a dumping ground of scripts examining GitHub actions for different needs / asks.
Do not depend on this for anything production.
Run on a specific repo:
node annotations.js --commit=10 --repo=getsentryRun on a specific repo with verbose output:
node annotations.js --commit=10 --repo=getsentry -vLog all annotations, not just github deprecations:
node annotations.js --commit=10 --repo=getsentry --all-issues=trueRun on an all repos in getsentry and output csv:
node annotations.js --commit=10 --csv=annotations.csv