From 05de0f758274d9faf2a7579df4df227984776965 Mon Sep 17 00:00:00 2001 From: Ben Drucker Date: Thu, 16 Sep 2021 11:04:15 -0700 Subject: [PATCH] reviews: mention relationship with busy status --- .../managing-code-review-assignment-for-your-team.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team.md b/content/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team.md index 553cbb5cc3..ff9deabd7d 100644 --- a/content/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team.md +++ b/content/organizations/organizing-members-into-teams/managing-code-review-assignment-for-your-team.md @@ -33,6 +33,8 @@ The round robin algorithm chooses reviewers based on who's received the least re 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, see "[Setting a status](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile#setting-a-status)." + ## Configuring code review assignment {% data reusables.profile.access_org %} {% data reusables.user_settings.access_org %}