GitLab does not allow multiple reviewers, which can be fairly annoying. I mentioned this on fedi, and mocked up a quick POC.
The idea being that if a user places the line
Reviewers: @samtar, @some, @others
in their merge request description, these users will be subscribed to the MR and a message similar to the below will be posted:
@samtar @some @others You have been added as a reviewer to this MR. Please review it and provide your feedback.
Maybe this could be reworked to instead tag a group as a reviewer, which would then mention/subscribe all members?
Thoughts/suggestions/etc. welcome, I'm just trying to get around a fairly annoying limitation of GitLab :')