Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.03 KB

GitHub Activity Board

See the recent pull requests and comments from your team.

Getting started:

export GITHUB_TOKEN=
export GITHUB_ORGANIZATION=
pip3 install requests
python3 github_report.py

yarn install
yarn start

Your GitHub token needs read:org, read:user, repo permissions.

View some example reports for these organizations on the interwebs:

The reports are built weekly using YAWN. You can view the build status in the demo YAWN instance.

The kubernetes report looks like this, for example:

Kubernetes report screenshot

To use standalone:

export PUBLIC_URL=/$GITHUB_ORGANIZATION
yarn build
mv build/ $GITHUB_ORGANIZATION
python3 -m http.server 8000