Skip to content

Aliamondo/daily-helper

Repository files navigation

Github Daily Helper

To-do checklist

  • 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 on DRAFT PRs)
  • List appropriate pull requests where a review from the team was requested
  • Research how to make an application start faster

General info

This project uses Vite + React + TypeScript.

Prerequisites

A GitHub personal access token with the repo and read:org scopes is required. Create one here.

Setup

Install dependencies:

pnpm install

Running locally

pnpm start

Opens the app at http://localhost:5173.

Building for production

pnpm build

Builds the app into the dist folder.

Deploying to GitHub Pages

Deployment happens automatically on every push to master via GitHub Actions.

Formatting

pnpm fixlint

Releases

No releases published

Contributors