- This project looks at a repository, and given a timeframe of analysis, will review the total amount of activity on pull requests within that timeframe.
- Create a folder called secrets
mkdir secrets
- Put your GitHub PAT token in the
secrets/env
file
cat > secrets/env <<'EOF'
GH_PAT=<your token here>
EOF
-
GH_PAT
is your personal access token from GitHub. You can use this anonymously, but stricter rate limits apply.- Recommended permissions for this PAT would be
repo_read
.
- Recommended permissions for this PAT would be
-
Source your
./env
file
. ./env
make build
make run
-
owner
is the organization or user for the repository. -
repository
is the repository we will be examininig. -
days
the number of days to look back at.
- Make run
make run
- Go Run
go run . azure aro-rp 7