diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-23 12:13:47 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-08-23 12:13:47 +0000 |
commit | db90a0f7e36108df2c57f28bf84b733faceb6ee2 (patch) | |
tree | 62d3708a500752d08affdc8207a6b9b77629c941 /doc/development/code_review.md | |
parent | 04eb990a846ce03d41d155ab626c220a3e21a823 (diff) | |
download | gitlab-ce-db90a0f7e36108df2c57f28bf84b733faceb6ee2.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/code_review.md')
-rw-r--r-- | doc/development/code_review.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/development/code_review.md b/doc/development/code_review.md index 8319a717a7c..1c66464ca40 100644 --- a/doc/development/code_review.md +++ b/doc/development/code_review.md @@ -100,6 +100,12 @@ page, with these behaviors: - 3️⃣ - `:three:` - 4️⃣ - `:four:` - 5️⃣ - `:five:` + + Review requests for merge requests that do not target the default branch of any + project under the [security group](https://gitlab.com/gitlab-org/security/) are + not counted. These MRs are usually backports, and maintainers or reviewers usually + do not need much time reviewing them. + - Team members whose Slack or [GitLab status](../user/profile/index.md#set-your-current-status) emoji is 🔵 `:large_blue_circle:` are more likely to be picked. This applies to both reviewers and trainee maintainers. - Reviewers with 🔵 `:large_blue_circle:` are two times as likely to be picked as other reviewers. |