-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathCODEOWNERS
More file actions
58 lines (45 loc) · 1.71 KB
/
Copy pathCODEOWNERS
File metadata and controls
58 lines (45 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# This file defines who should review code in different parts of the repository
# Order matters - the last matching pattern takes precedence
# Default owners for everything in the repository
* @anoop2811 @bsekar @sundarok
# Domain-specific ownership
# Auth domain - security sensitive
/internal/domains/auth/ @anoop2811 @bsekar @sundarok
/pkg/middleware/auth.go @anoop2811 @bsekar @sundarok
# Analytics domain
/internal/domains/analytics/ @anoop2811 @bsekar @sundarok
# Testing domain
/internal/domains/testing/ @anoop2811 @bsekar @sundarok
# Projects and Tags domains
/internal/domains/projects/ @anoop2811 @bsekar @sundarok
/internal/domains/tags/ @anoop2811 @bsekar @sundarok
# GraphQL API changes need careful review
/internal/reporter/graphql/ @anoop2811 @bsekar @sundarok
/internal/graphql/ @anoop2811 @bsekar @sundarok
*.graphql @anoop2811 @bsekar @sundarok
# Infrastructure, deployment and CI/CD
/deployments/ @anoop2811 @bsekar @sundarok
/ci/ @anoop2811 @bsekar @sundarok
/.github/ @anoop2811 @sundarok
Dockerfile @anoop2811 @sundarok
docker-compose*.yml @anoop2811 @bsekar @sundarok
# Database migrations and models
/migrations/ @anoop2811 @bsekar @sundarok
/pkg/database/ @anoop2811 @bsekar @sundarok
# Configuration and security-sensitive files
/pkg/config/ @anoop2811 @bsekar @sundarok
go.mod @anoop2811 @sundarok
go.sum @anoop2811 @sundarok
.golangci.yml @anoop2811 @sundarok
# Documentation
*.md @anoop2811 @bsekar @sundarok
/docs/ @anoop2811 @bsekar @sundarok
LICENSE @anoop2811
# Frontend
/web/ @anoop2811 @bsekar @sundarok
# Scripts and tooling
/scripts/ @anoop2811 @sundarok
Makefile @anoop2811 @sundarok
# Kubernetes and deployment configurations
*.yaml @anoop2811 @bsekar @sundarok
*.yml @anoop2811 @bsekar @sundarok