# No, your pull request does not need a review

DevFeed: [No, your pull request does not need a review](<https://devfeed.tech/articles/no-your-pull-request-does-not-need-a-review-28698.md>)

Original publisher: [Read original article](<https://jeroenmols.com/blog/2022/02/23/pull-request-reviews/>)

Author: info@jeroenmols.com (Jeroen Mols)

Published: 2022-02-23T00:00:00Z

Content type: opinion

Language: en

Sources: [Jeroen Mols](<https://devfeed.tech/sources/jeroen-mols.md>)

Topics: [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [Code review](<https://devfeed.tech/topics/code-review.md>), [Code quality](<https://devfeed.tech/topics/code-quality.md>), [Documentation](<https://devfeed.tech/topics/documentation.md>)

Tags: [blogs](<https://devfeed.tech/tags/blogs.md>), [code-quality](<https://devfeed.tech/tags/code-quality.md>), [code-review](<https://devfeed.tech/tags/code-review.md>), [documentation](<https://devfeed.tech/tags/documentation.md>), [process](<https://devfeed.tech/tags/process.md>), [pull-request](<https://devfeed.tech/tags/pull-request.md>), [review](<https://devfeed.tech/tags/review.md>), [team](<https://devfeed.tech/tags/team.md>), [test-coverage](<https://devfeed.tech/tags/test-coverage.md>)

## AI overview

An opinion article argues that every code change should use a pull request, but not every pull request requires human review. Reviews are recommended for significant, non-critical changes, while trivial changes and urgent fixes may rely on automated checks or be handled without review.

## Source excerpt

In the past years, my thoughts on pull request reviews have evolved considerably. Given that creating and reviewing pull requests are a core part of our work, let's talk about those.