The GitHub PR Dashboard is a comprehensive tool designed to streamline the monitoring of pull requests across multiple repositories within the GitHub platform. Ideal for developers and teams managing multiple projects, it offers a unified view of PRs, facilitating better tracking and management.
- Connect with GitHub: Securely connect using GitHub Personal Access Tokens (PAT).
- Organization and Repository Selection: Choose which organizations and repositories you want to monitor within the dashboard.
- Pull Request Overview: Get a consolidated view of all pull requests across your selected repositories.
Follow these instructions to get your GitHub PR Dashboard up and running on your local machine for development and testing purposes.
- Node.js (latest stable version)
- A GitHub account
- A generated GitHub Personal Access Token with
repo
andread:org
permissions
-
Clone the repository:
gh repo clone AKharytonchyk/git-pull-request-dashboard
-
Navigate to the project directory:
cd github-pr-dashboard
-
Install the necessary dependencies:
npm install
-
Start the application:
npm start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser.
- Log in to your GitHub account.
- Navigate to Settings > Developer settings > Personal access tokens > Generate new token.
- Select
repo
andread:org
scopes. - Generate the token and copy it.
- On the GitHub PR Dashboard, enter your PAT and connect your GitHub account.
- Choose the organizations and repositories you want to monitor through the dashboard.
We welcome contributions to the GitHub PR Dashboard! Please read our Contributing Guide (when it will be available) for details on our code of conduct and the process for submitting pull requests to us.
This project is licensed under the MIT License - see the LICENSE file for details.
Special thanks to all contributors who have helped to build and refine this tool.