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.