clone_prs.py-> To clone PR (yes! PR) into multiple similar PRs.export_gh_comments_to_csv.py-> To export GitHub PR comments to CSV.eval_prs.py-> To categorized inline PR reviews.
- Collect PRs from Open Source repos.
- Clone PRs into multiple multiple same PR using
clone_prs.py. - Install and Run Bots (manual).
- Export those comments using
export_gh_comments_to_csv.py. - Run
eval_prs.pyto categorize.