GitLab- List of reviewer

2.7k views Asked by At

I am new to GitLab. I want to create a list of reviewers for my project. How do I can create it? I just want to assign a reviewer from my group to one merge-request.

TIA

2

There are 2 answers

0
flaxel On

There are several possibilites regarding the Merge Request Approvals documentation:

  • Enforcing review of all code that gets merged into a repository.
  • Specifying reviewers for a given proposed code change, as well as a minimum number of reviewers, through Approval rules.
  • Specifying categories of reviewers, such as backend, frontend, quality assurance, database, and so on, for all proposed code changes.
  • Designating Code Owners as eligible approvers, determined by the files changed in a merge request.

If you want to organize your developers, you can also use a group, for example.

0
VonC On

Note that, for gitlab.com SaaS Ultimate only, you also have the alternative of using, with GitLab 15.10 (March 2023):

Suggested Reviewers generally available

Since release in closed beta, Suggested Reviewers has been enabled in over 1,000 projects and suggested over 200,000 reviewers. We’ve also made the service more reliable and are now making it generally available to all Ultimate customers.

Deciding the right person to review your merge request isn’t always straightforward or obvious. Choosing the wrong reviewer can cause delays, low quality reviews, back and forth reassigning reviewers, or even no review at all.

Now, GitLab can recommend a reviewer with Suggested Reviewers.
Using the changes in a merge request and a project’s contribution graph, machine learning powered suggestions appear in the reviewer dropdown in the merge request sidebar.
Suggested Reviewers is our first—of many—fully available ML feature at GitLab.

https://about.gitlab.com/images/15_10/create-code-review-suggested-reviewers.png -- Suggested Reviewers generally available

See Documentation and Epic.