Codeowners should be able to be set as default reviewers
It feels so primitive having to manually select my reviewers for each MR, especially in a large org where I have to type 5+ chars to find the correct user (and repeat x5) for each MR. According to [one authoritative source](https://stackoverflow.com/a/71011591/84473) on the internet, this cannot be done. According to [another authoritative source](https://gitlab.com/gitlab-org/gitlab-foss/-/issues/63421#note_196013819), this is already possible, but in true unhelpful internet fashion, it wasn't explained how to do the thing. I also suspect it could be a case of misunderstanding the request, but I can't be sure. So, to be clear, the ask is: * given a proper `CODEOWNERS` * I should have the ability to configure it such that they are automatically added as reviewers to any MR's for the project (or at the very least, I can select a "codeowners" option that would do the same; the point is not having to hand-pick every reviewer for every MR) Is this possible today? Thank you for your time!
issue