From f92c94ed3ecb192daea70cbf2c4c02a96f688d00 Mon Sep 17 00:00:00 2001 From: Beatrice Casey Date: Mon, 27 Jul 2026 13:07:53 -0400 Subject: [PATCH] updated readme --- scripts/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/scripts/README.md b/scripts/README.md index 3775476..fc86b7a 100644 --- a/scripts/README.md +++ b/scripts/README.md @@ -151,6 +151,16 @@ and `selected__errors_retried.csv`. It will save the data in `../data/sfconvertbot_pr_metadata.csv.zip`. File is zipped because it is too large to be stored in the repository. +#### Step 5: Get baseline of repos that had PRs from the SFConvertBot + +- `bot/get_repo_pr_baseline.py`: Script to get the baseline PR information from the repositories that had PRs from the SF convert bot. This allows us to compare whether the merge rates of those PRs are consistent for those repos, or if the SFconvert bot PRs are being ignore. + ```bash + python get_repo_pr_baseline.py + ``` + It will save the data in `../data/repo_pr_baseline.csv`. + + + ### RQ4: Scraping StackOverflow posts and GitHub PRs #### Step 1: Create a `.env` file