Automated Pull Request Tracking
pr.csv
contains PRs awaiting reviews (review-requested
) or authors (authored
) for each team member.
This gsheet imports this CSV for easy browsing.
- Fork the repo and update
pr_tracker.sh
with your team members. - Create a classic Personal Access Token (PAT) in GitHub Settings > Developer settings > Personal access tokens. Select the "repo" scope for full control of private repositories and the "read:org" scope to read org and team membership.
- Add the PAT to your forked repository's secrets (Settings > Secrets and variables > Actions) as
PERSONAL_ACCESS_TOKEN
.