chore: Add CODEOWNERS (#8889)

This commit is contained in:
Sojan Jose 2024-02-08 19:44:08 +04:00 committed by GitHub
parent 57dd979a14
commit 372e740c38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

7
.github/CODEOWNERS vendored Normal file
View File

@ -0,0 +1,7 @@
## All javascript files should be reviewed by pranav before merging
*.js @pranavrajs
*.vue @pranavrajs
## All enterprise related files should be reviewed by sojan before merging
/enterprise/* @sojan-official