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

This branch is 1 commit ahead of master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1db14b6 · Dec 6, 2022

History

22 Commits
Jul 29, 2018
Dec 6, 2018
May 28, 2018
Sep 25, 2017
Feb 19, 2019
Jul 13, 2019
Sep 25, 2017
Jun 6, 2018
May 28, 2018
May 29, 2018
Jul 29, 2018
Dec 6, 2022

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