-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
30 lines (23 loc) · 874 Bytes
/
CODEOWNERS
File metadata and controls
30 lines (23 loc) · 874 Bytes
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
# Global code owners - require review for all changes
* @davidxjohnson
# AWS SDK Examples - require review from AWS experts
aws-sdk-examples/ @davidxjohnson
# AWS CDK Examples - require review from CDK experts
aws-cdk-examples/ @davidxjohnson
# Critical infrastructure files - require admin review
package.json @davidxjohnson
pnpm-workspace.yaml @davidxjohnson
tsconfig.json @davidxjohnson
# CI/CD and GitHub workflows - require admin review
.github/ @davidxjohnson
.github/workflows/ @davidxjohnson
# Documentation - can be reviewed by any maintainer
*.md @davidxjohnson
docs/ @davidxjohnson
# Testing configuration - require review from test experts
**/vitest.config.ts @davidxjohnson
**/jest.config.js @davidxjohnson
**/*.test.ts @davidxjohnson
**/*.spec.ts @davidxjohnson
# High-value packages that need extra scrutiny
aws-sdk-examples/list-pods/ @davidxjohnson