You can cherry-pick ranges (like all of the commits in PR for example) with git cherry-pick master..abcdef (where abcdef is the last commit in the PR).
git cherry-pick master..abcdef