Skip to content

Commit 7917d0d

Browse files
Required reviewer preview docs (#57831)
1 parent 570e20a commit 7917d0d

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

content/repositories/configuring-branches-and-merges-in-your-repository/managing-rulesets/available-rules-for-rulesets.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@ Optionally, you can require all comments on the pull request to be resolved befo
134134
Optionally, you can require a merge type of merge, squash, or rebase. This means the targeted branches may only be merged based on the allowed type. Additionally if the repository has disabled a merge method and the ruleset required a different method, the merge will be blocked. See [AUTOTITLE](/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/about-merge-methods-on-github).
135135
{% endif %}
136136

137+
{% ifversion repo-rules-required-reviewer %}
138+
Optionally, you can require review from specific teams. This means you can add a select number of reviewers who must submit a specific number of reviews for specific files and folders.
139+
{% endif %}
140+
137141
## Require status checks to pass before merging
138142

139143
Required status checks ensure that all required CI tests are passing before collaborators can make changes to a branch or tag targeted by your ruleset. Required status checks can be checks or statuses. For more information, see [AUTOTITLE](/pull-requests/collaborating-with-pull-requests/collaborating-on-repositories-with-code-quality-features/about-status-checks).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Reference: #20097
2+
# Public preview for required reviewer rules
3+
4+
versions:
5+
fpt: '*'
6+
ghec: '*'
7+
ghes: '>=3.22'

0 commit comments

Comments
 (0)