Show CI/CD Status overview of all repositories
09:36 26 Jul 2024

I created a GitHub Organization with 10 Repositories. Eeach of them has own CI/CD GitHub Actions Pipeline.

The Problem is, if something not work on staging, I need to open each repository manualy and check its GitHub Action.

In e.g Jenkins for this case, I have an overview over all projects and see the status of the pipleline. How Can I enable equivalent feature on GitHub? Like

  repository 1 - PASSED
  repository 2 - PASSED
  repository 3 - FAILED

or somthing like that, I think everyone understand what I mean.

github github-actions