I love GitLab, but I am frustrated to assign approvers manually for each Merge Request. Gitlab friendly suggest to Tip: add a CODEOWNERS to automatically add approvers based on file paths and file types. And so I did , I have created a file under : .gitlab/docs/CODEOWNERS.txt
Here is the contents of my file :
Multiple codeowners can be specified, separated by whitespace
CODEOWNERS @eduardo.baiao @n.belokopytov @viacheslav.iankovyi @yan.braslavsky
But unfortunately it does not auto assigns reviewers during Merge Requests. Did I do something wrong ? Am I missing something ?