Check out a pull request locally to see if it would merge without any issues, and even test it without actually merging it into the main branch. Here’s how you can do it:
First, make sure you have fetched all the pull requests from the remote repository. Replace origin
with the name of your remote if it's different.
git fetch origin pull/<PR_NUMBER>/head:<BRANCH_NAME>