- Search team repositories in settings
- Add no PRs message for no PRs found and all PRs filtered out
- Add tests
- Show missing required
CheckRuns, if possible - Research and add tab with currently ran github actions for recently merged PRs (potentially filter by
CODEOWNERS) - Extract wording to translations file
- (Low priority) Rework
UserGroups empty states (reconsider what's shown onDRAFTPRs) - List appropriate pull requests where a review from the team was requested
- Research how to make an application start faster
This project uses Vite + React + TypeScript.
A GitHub personal access token with the repo and read:org scopes is required. Create one here.
Install dependencies:
pnpm installpnpm startOpens the app at http://localhost:5173.
pnpm buildBuilds the app into the dist folder.
Deployment happens automatically on every push to master via GitHub Actions.
pnpm fixlint