Skip to content

Commit 49187b1

Browse files
committed
chore: add CODEOWNERS for automatic review assignment
1 parent 8e905bb commit 49187b1

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# CODEOWNERS
2+
# This file defines who is responsible for code in this repository.
3+
# These owners will be automatically requested for review on PRs.
4+
# Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
5+
6+
# Default owners for everything in the repo
7+
* @devanshurajesh
8+
9+
# Backend
10+
/backend/ @devanshurajesh
11+
12+
# Frontend
13+
/frontend/ @devanshurajesh
14+
15+
# MCP Server
16+
/mcp-server/ @devanshurajesh
17+
18+
# Infrastructure & DevOps
19+
/docker-compose*.yml @devanshurajesh
20+
/Makefile @devanshurajesh
21+
/.github/ @devanshurajesh
22+
23+
# Documentation
24+
*.md @devanshurajesh
25+
/docs/ @devanshurajesh

0 commit comments

Comments
 (0)