Skip to content

ThiemoFischer/actio

 
 

Repository files navigation

actio

CI License

Monitor your GitHub Actions workflow runs! All you need is your PAT.

actio example

Features

  • Retrieve repositories by team membership
  • Display last workflow run status for every repository/branch combination
  • Filter displayed workflow runs by
    • maximum age (default 14 days)
    • team,
    • status (e.g. queued, in progress, …) and
    • conclusion (e.g. success, failure, …)
    • workflow names (case-insensitive, substring)
  • Polling for new
    • repositories,
    • branches,
    • workflows and
    • workflow runs

Local Usage

If you want to try actio on your machine run

docker run --rm --pull=always -p 8080:80 ghcr.io/fortis-it-services/actio

to always update automatically to the latest release or

docker run --rm -p 8080:80 ghcr.io/fortis-it-services/actio:${MY_DESIRED_VERSION}

to stick to a specific release.

After that you can access actio via http://localhost:8080.

GitHub Personal Access Token

At minimum, the following scopes needs to be configured for your personal access token:

  • repo
  • read:org

If your organization is using SSO, you need to authorize your token.

About

Build Monitor for GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.2%
  • HTML 20.2%
  • JavaScript 2.6%
  • SCSS 2.6%
  • Dockerfile 0.4%