# Reviewing a Pull Request — GitHub

Source: https://www.geekswithgeeks.com/en/github/gh-pr-review

> Comments, approvals, and requested changes.

## Line comments & reviews

Reviewers can comment on specific lines, then submit a review as **Comment**, **Approve**, or **Request changes**.

## Requested changes

"Request changes" blocks merging (when required reviews are enabled) until the author pushes fixes and the reviewer re-approves.

**Quiz:** What does submitting a review as "Request changes" do?

- [ ] Immediately merges the PR
- [x] Blocks merging until addressed and re-reviewed
- [ ] Deletes the pull request

*Answer:* Blocks merging until addressed and re-reviewed. It flags the PR as needing changes and blocks merging if required reviews are enforced.
