Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 737 Bytes

standup-summary

This script uses the GitHub API to query events for a GH user and then prints out relevant pull requests and issues. By default, the script will only include events from the previous workday until runtime (assumes Monday-Friday work week).

Prerequisites

  1. Generate a readonly GitHub personal access token and set the environement variables GH_API_TOKEN and GH_USERNAME.

  2. Clone this repository and run npm install.

Usage

node standup.js [--all | -a]

Only tested on node 14.x

Flags

Passing --all or -a will summarize all events returned by the GH API for the given username.