▲ | Introducing: GitHub Workflow Dashboard(github.com) | |
4 points by cheney-yan 12 hours ago | 1 comments | ||
▲ | cheney-yan 12 hours ago | parent [-] | |
Hey everyone! I'm excited to share my latest project, the GitHub Workflow Dashboard, designed to help you monitor, filter, and visualize your GitHub Actions runs with a clean web interface. What is it? A simple, configurable dashboard that connects with your GitHub account using a Personal Access Token. Instantly see the status of your workflow runs across selected repositories. Filter, search, and sort workflows by repo, status, and run history. No complex setup—just drop in your token, select repos, and you’re up and running! Key Features: Live run status: View your most recent Actions runs and get instant feedback on failures or successes. Repo filtering: Focus on the repositories and workflows that matter most to you. Lightweight & open source: Runs locally; no 3rd-party servers or analytics. Responsive UI: Perfect for desktops, tablets, and mobile devices. Why did I build this? As someone who manages multiple projects and Actions pipelines, I needed a way to quickly check the “health” of all my repos without poking through each repo’s Actions tab. If you find GitHub's default UI a bit tedious for this, this project might help! How to try it: Visit the repo: github-workflow-dashboard Grab your GitHub Personal Access Token (with repo access) Run the app (see the README for install instructions) Configure your dashboard and start tracking your workflows! Feedback & Contributions I’d love feedback, issue reports, and PRs from the community. Let me know if there are features or integrations you’d like to see! |