From 8b0c108243d0e26de51b49127bdb20d7e0a04be5 Mon Sep 17 00:00:00 2001 From: Bappadala Rohith Kumar Naidu <198095685+rohitkumarnaidu@users.noreply.github.com> Date: Mon, 3 Aug 2026 22:35:49 +0530 Subject: [PATCH] ci: add CODEOWNERS file for all modules --- .github/CODEOWNERS | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..114f6f8 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,13 @@ +# 📚 LearnSphere CODEOWNERS +# This file automatically requests reviews from the maintainers when their code changes. + +# Global default owner +* @omroy07 + +# Specialized backend components (AI Tutor) +/chatbot.py @omroy07 +/requirements.txt @omroy07 + +# Global Configuration and CI +/.github/ @omroy07 +/package.json @omroy07