Hacker News new | ask | show | jobs
by gusmd 2729 days ago
If I remember correctly, Gitlab has introduced some sort of ownership control where you can say who owns what directories for things like approving merge requests that affect those directories.
2 comments

Hey, did you mean of assigning approvers based on code owners [1]? You can find more info about Code Owners and syntax at the documentation [2].

[1] https://gitlab.com/gitlab-org/gitlab-ee/issues/1012 [2] https://docs.gitlab.com/ee/user/project/code_owners.html

Github has this feature[1], which we use extensively in our monorepo.

[1] https://help.github.com/articles/about-codeowners/