Skip to content

leplusorg/actions-dashboard

 
 

GitHub Actions dashboard

This tool generates a dashboard that shows live status of all GitHub Action workflows in a given set of GitHub repositories.

The generate.sh script can read input files that contain single line records of GitHub repositories, scan all workflows listed in .github/workflows and generate a Markdown file that shows the current status of each workflow.

Usage

generate.sh [-h] -o OUTFILE [-i FILE]...

    -h  display this help
    -i  input file path
    -o  output markdown file path

You can provide multiple input files. The input file value can be a local file path or an http(s) URL.

Input files must have a GitHub repository name per line that follows the syntax <user-or-org>/<repo>.

Lines beginning with # are treated as comments.

Auto-regenerate

You can use a github-workflow like this that runs the generate script every day to see if any workflow files have been added/removed from the repositories listed in the input files.

How to use

  • Fork this repository
  • Edit the sample input to list your repositories or create an input file or point to to your list of repositories elsewhere
  • Run the generate script with the required options
  • Edit .github/workflows/check-for-workflows.yml to run generate.sh with your command options in the Generate step.

About

Self-refreshing Github Actions dashboard

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 85.5%
  • JavaScript 14.5%