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=getsentry
Run on a specific repo with verbose output:
node annotations.js --commit=10 --repo=getsentry -v
Log all annotations, not just github deprecations:
node annotations.js --commit=10 --repo=getsentry --all-issues=true
Run on an all repos in getsentry and output csv:
node annotations.js --commit=10 --csv=annotations.csv