Skip to content

Commit 15251ae

Browse files
abhizipstackclaude
andcommitted
feat: add CODEOWNERS for automated review routing
Route PRs to appropriate reviewers based on file paths: - Default: visitran-reviewers-l1 (Tahier, Salahudeen, Deepak G) - Backend + Core: also visitran-reviewers-l2 (Jaseem, Ritwik, Abhishek, Hari) - CI/CD + Docker: visitran-admins Branch protection "Require CODEOWNERS review" is already enabled. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6f17c7e commit 15251ae

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Default — all PRs require review from L1 reviewers
2+
* @Zipstack/visitran-reviewers-l1
3+
4+
# Backend
5+
/backend/ @Zipstack/visitran-reviewers-l1 @Zipstack/visitran-reviewers-l2
6+
7+
# Frontend
8+
/frontend/ @Zipstack/visitran-reviewers-l1
9+
10+
# Core library
11+
/visitran/ @Zipstack/visitran-reviewers-l2
12+
13+
# Tests
14+
/tests/ @Zipstack/visitran-reviewers-l1
15+
16+
# CI/CD and infrastructure
17+
/.github/ @Zipstack/visitran-admins
18+
/docker/ @Zipstack/visitran-admins
19+
20+
# Documentation
21+
/*.md @Zipstack/visitran-reviewers-l1
22+
/docs/ @Zipstack/visitran-reviewers-l1

0 commit comments

Comments
 (0)