Skip to content

See the recent pull requests and comments from your team.

License

Notifications You must be signed in to change notification settings

aclowes/github-activity-board

Repository files navigation

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

About

See the recent pull requests and comments from your team.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published