GithubHelp home page GithubHelp logo

actions-dashboard's Introduction

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.

E.g.

./generate.sh -o samples/gcp.md -i samples/gcp-repos \
  -i https://raw.githubusercontent.com/arjun024/actions-dashboard/master/samples/some-other-gcp-repos

See samples for sample inputs and sample output.

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 repos 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 repos 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.

actions-dashboard's People

Contributors

arjun024 avatar devu-62442 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.