Skip to main content

このバージョンの GitHub Enterprise はこの日付をもって終了となりました: 2022-10-12. 重大なセキュリティの問題に対してであっても、パッチリリースは作成されません。 パフォーマンスの向上、セキュリティの向上、新機能の向上を図るために、最新バージョンの GitHub Enterprise にアップグレードします。 アップグレードに関するヘルプについては、GitHub Enterprise サポートにお問い合わせく� さい

Managing code review settings for your team

この記事では、次の� �目が扱われます。

You can decrease noise for your team by limiting notifications when your team is requested to review a pull request.

Who can use this feature

Team maintainers and organization owners can configure code review settings.

コード レビューの設定は、組織によって所有されるすべてのパブリック リポジトリ、および GitHub Team、GitHub Enterprise Server 2.20 以降、および GitHub Enterprise Cloud の組織によって所有されるすべてのプライベート リポジトリで利用できます。 詳細については、「GitHub の製品」を参照してく� さい。

About code review settings

When you enable auto assignment, any time your team has been requested to review a pull request, the team is removed as a reviewer and a specified subset of team members are assigned in the team's place. Code review assignments allow you to decide whether the whole team or just a subset of team members are notified when a team is requested for review.

When code owners are automatically requested for review, the team is still removed and replaced with individuals unless a branch protection rule is configured to require review from code owners. If such a branch protection rule is in place, the team request cannot be removed and so the individual request will appear in addition.

Routing algorithms

Code review assignments automatically choose and assign reviewers based on one of two possible algorithms.

The round robin algorithm chooses reviewers based on who's received the least recent review request, focusing on alternating between all members of the team regardless of the number of outstanding reviews they currently have.

The load balance algorithm chooses reviewers based on each member's total number of recent review requests and considers the number of outstanding reviews for each member. The load balance algorithm tries to ensure that each team member reviews an equal number of pull requests in any 30 day period.

Any team members that have set their status to "Busy" will not be selected for review. If all team members are busy, the pull request will remain assigned to the team itself. For more information about user statuses, see "Setting a status."

Configuring auto assignment

  1. GitHub Enterprise Server の右上隅にあるプロファイル写真をクリックし、 [自分の Organization] をクリックします。 プロファイル メニューの組織

  2. Organizationの名前をクリックしてく� さい。 Organization のリスト内の Organization 名

  3. Organization 名の下で、 [Team] をクリックします。 [Team] タブ

  4. Teamsタブで、Teamの名前をクリックしてく� さい。 Organization の Team のリスト

  5. チー�  ページの上部にある [設定] をクリックします。 Team の [設定] タブ

  6. In the left sidebar, click Code review Code review button

  7. Select Enable auto assignment. Auto-assignment button

  8. Under "How many team members should be assigned to review?", use the drop-down menu and choose a number of reviewers to be assigned to each pull request. Number of reviewers dropdown

  9. Under "Routing algorithm", use the drop-down menu and choose which algorithm you'd like to use. For more information, see "Routing algorithms." Routing algorithm dropdown

  10. Optionally, to always skip certain members of the team, select Never assign certain team members. Then, select one or more team members you'd like to always skip. Never assign certain team members checkbox and dropdown

  11. Optionally, to only notify the team members chosen by code review assignment for each pull review request, under "Notifications" select If assigning team members, don't notify the entire team.

  12. Click Save changes.

Disabling auto assignment

  1. GitHub Enterprise Server の右上隅にあるプロファイル写真をクリックし、 [自分の Organization] をクリックします。 プロファイル メニューの組織
  2. Organizationの名前をクリックしてく� さい。 Organization のリスト内の Organization 名
  3. Organization 名の下で、 [Team] をクリックします。 [Team] タブ
  4. Teamsタブで、Teamの名前をクリックしてく� さい。 Organization の Team のリスト
  5. チー�  ページの上部にある [設定] をクリックします。 Team の [設定] タブ
  6. Select Enable auto assignment to remove the checkmark. Code review assignment button
  7. Click Save changes.