From 62b2d1b20729284b425e69c734b3a414cfe6a7e1 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Mon, 20 Apr 2026 17:17:34 +0530 Subject: [PATCH] chore: update CODEOWNERS for apps and deployments (#8919) * chore: update CODEOWNERS for apps and deployments Assign owners per app/area so reviews are routed to the right maintainers. * chore: update the codeowners --- CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 11c7335b57..8adbaa1719 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1,8 @@ -eslint.config.mjs @lifeiscontent \ No newline at end of file +.oxlintrc.json @sriramveeraghanta @lifeiscontent +.oxfmtrc.json @sriramveeraghanta @lifeiscontent +apps/api/ @dheeru0198 @pablohashescobar +apps/web/ @sriramveeraghanta +apps/space/ @sriramveeraghanta +apps/admin/ @sriramveeraghanta +apps/live/ @Palanikannan1437 +deployments/ @mguptahub \ No newline at end of file