Chander Ramesh

Results 1 issues of Chander Ramesh

In Gitlab, [CODEOWNERS files can have sections](https://docs.gitlab.com/ee/user/project/codeowners/#set-default-owner-for-a-section), where a single team is responsible for a bunch of files. For example: ``` [Documentation] @docs-team docs/ README.md [Database] @database-team model/db/ config/db/database-setup.md @docs-team...