Skip to content

AMD-RND/GitHub_Action_Status

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GH Actions Monitoring — Phase 1

Small CLI tool to poll GitHub / GitHub Enterprise Actions workflow runs for a repo and generate JSON / CSV / HTML reports.

Files

  • scripts/fetch_runs.py — main script (async) to fetch workflow runs and jobs, generate reports.
  • scripts/utils.py — helper functions and env loader.
  • repos.txt — list of owner/repo entries (one per line).
  • config.yaml — basic config values.
  • .env.example — template for environment variables (copy to .env).
  • reports/ — output directory for generated reports.

Quick start

  1. Copy .env.example to .env and set:
    GITHUB_TOKEN=YOUR_TOKEN_WITH_ACTIONS_READ
    API_BASE=https://gitenterprise.xilinx.com/api/v3
    
    

python scripts/fetch_runs.py --owner "FaaSApps" --repo "vitis_flexml" --out-prefix reports/report_$(date +%Y%m%d_%s)

About

Creating A Details of the Github Action Status of the All workflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages