A simple, single-page dashboard to track the live CI/CD status of your GitHub Pull Requests.
Give it a try for free : https://vaikesh07.github.io/PR-dashboard/
-
Get Files
- Download
index.html,style.css, andscript.jsinto a single folder.
- Download
-
Get GitHub Token
- Go to GitHub Tokens and generate a new Token (classic).
- Give it the
reposcope and copy the generated token.
-
Run Local Server
- Open a terminal in the project folder and run the command:
python3 -m http.server
- Open a terminal in the project folder and run the command:
[or use Live Server option in VS Code]
- Use the Dashboard
- Open your browser to
http://localhost:8000. - Paste your token and click Save.
- Add your PR URLs to begin tracking.
- Open your browser to