I know it is possible to get the name of the user who created a pull request using GitHub Rest API but is it possible to get the name of the user who merged/approved a pull request ?
I tried using postman to see if there’s any information about but i couldn’t find any. Maybe I am using the wrong API. Here’s what I use to get the pull requests: “https://api.github.com/repos/{owner}/{repo}/pulls?state={state}&per_page=100”
ege-ozgur is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.