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

mattgauntseo-sentry/analyze-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published