Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions scripts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,16 @@ and `selected_<group_type>_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
Expand Down