I have a question, is that possible that there are multiple codeowners files in a repository?
the structure of repo looks like this:
/web
/src
/test
I have created a CODEOWNERS file under root repo
/web
/src
/test
CODEOWNDERS
It works perfectly.
Is that possible to create multiple codeowners file under /web and /src
/web
CODEOWNDERS ---> for web
/src
CODEOWNDERS ---> for src
/test
CODEOWNDERS
under Codeowners for web, it will be defined for web team.