Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 1.57 KB

managing-pull-request-reviews-in-your-repository.md

File metadata and controls

27 lines (21 loc) · 1.57 KB
title intro versions permissions topics shortTitle
Managing pull request reviews in your repository
You can limit which users can approve or request changes to a pull requests in a public repository.
feature
pull-request-approval-limit
Repository administrators can limit which users can approve or request changes to a pull request in a public repository.
Repositories
Pull requests
Manage pull request reviews

About code review limits

By default, in public repositories, any user can submit reviews that approve or request changes to a pull request.

You can limit which users are able to submit reviews that approve or request changes to pull requests in your public repository. When you enable code review limits, anyone can comment on pull requests in your public repository, but only people with read access or higher can approve pull requests or request changes.

You can also enable code review limits for an organization. If you enable limits for an organization, you will override any limits for individual repositories owned by the organization. For more information, see "AUTOTITLE."

Enabling code review limits

{% data reusables.repositories.navigate-to-repo %} {% data reusables.repositories.sidebar-settings %}

  1. Under Access, click {% octicon "comment-discussion" aria-hidden="true" %} Moderation options.
  2. Under Moderation options, click Code review limits.
  3. Select or deselect Limit to users explicitly granted read or higher access.