Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History
36 lines (23 loc) · 756 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 756 Bytes

Analyze GitHub Actions

This is essentially a dumping ground of scripts examining GitHub actions for different needs / asks.

Do not depend on this for anything production.

Annotations

Context

Examples

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