ACTIONS

Icon

Icon 1 7 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


Service Level Indicators for GitHub Actions Health Monitoring

Tasks:
  • Calculate Workflow Success Rate Across Specified Repositories
  • Calculate Organization Health Score Across Specified Organizations
  • Calculate Runner Availability Score Across Specified Organizations
  • Calculate Security Workflow Score Across Specified Repositories
  • Calculate Performance Score Across Specified Repositories
  • Calculate API Rate Limit Health Score
  • Generate Overall GitHub Actions Health Score

Icon 1 7 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


Comprehensive health monitoring for GitHub Actions across specified repositories and organizations

Tasks:
  • Check Recent Workflow Failures Across Specified Repositories
  • Check Long Running Workflows Across Specified Repositories
  • Check Repository Health Summary for Specified Repositories
  • Check GitHub Actions Runner Health Across Specified Organizations
  • Check Security Workflow Status Across Specified Repositories
  • Check GitHub Actions Billing and Usage Across Specified Organizations
  • Check GitHub API Rate Limits

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


This SLI fetches the latest GitHub Actions worflow run artifact pushes a metric based on a user provided command.

Tasks:
  • Analyze artifact from GitHub Workflow `${WORKFLOW_NAME}` in repository `${GITHUB_REPO}` and push metric

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by stewartshea

Icon 2 Codecollection: rw-cli-codecollection


This taskset fetches the latest GitHub Actions worflow run artifact and analyzes the results with a user provided command.

Tasks:
  • Analyze artifact from GitHub workflow `WORKFLOW_NAME` in repository `GITHUB_REPO`

Icon 1 1 Troubleshooting Commands

Icon 2 Contributed by Jonathan Funk

Icon 2 Codecollection: rw-public-codecollection


Monitors the average timing of a github actions workflow file within a repo and returns the average runtime in minutes.

Tasks:
  • Get Average Run Time For Workflow