How to Approve Pull Request Github
·2 min read
In this article
Here's how to approve pull request github in GitHub
- Go to the repository containing the pull request you need to approve.
- Access the 'Pull requests' section by clicking the tab at the top of the repository page.
- Choose the specific pull request you want to review from the displayed list.
- View the code modifications by clicking on the 'Files changed' tab.
- Review the code changes thoroughly to understand what modifications were made.
- Click 'Review changes' button located on the right side to start the review process.
- Choose 'Approve' option and write an optional comment about your approval.
- Submit your review by clicking the 'Submit review' button to complete the approval.
Ready to get started with
interactive demos?
Frequently Asked Questions
By default, GitHub allows you to approve your own pull requests, but this is generally not recommended as it defeats the purpose of code review. Most teams configure branch protection rules to require approval from other collaborators to ensure proper code review practices.



