Filter Git Commits to Check Who Normal Merged a PR in GitHub
· 3 min read
Filter Git Commits to Check Who Merged a PR in GitHub
In this post, I’ll show you how to filter Git commits to check who merged a pull request (PR) in GitHub. This script will help you:
- Identify who merged the PR without using squash merges.
- Exclude merges from
master
,pick
code, or releases.