-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (26 loc) · 1.85 KB
/
Copy pathCODEOWNERS
File metadata and controls
32 lines (26 loc) · 1.85 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
# CODEOWNERS — auto-requests reviewers and (with branch protection enabled)
# requires their approval to merge.
#
# Order matters: the LAST matching pattern wins.
# Syntax: <path-glob> <owner1> <owner2> ...
#
# To enforce: in repo Settings → Branches → branch protection rule for `main`,
# enable "Require review from Code Owners".
# Default — any file not matched below.
* @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
# Wire protocol & DynamoDB-compatible API surface.
crates/server/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
crates/core/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
# Storage abstraction — breaking changes ripple to every backend.
crates/storage/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
crates/storage-postgres/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
crates/engine/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
# Auth & SigV4 — security-sensitive.
crates/auth/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
# Public CLI surface.
crates/bin/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
# Process & governance documents.
docs/adr/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
docs/rfcs/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
CONTRIBUTING.md @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc
.github/ @amrith @c33howard @jcshepherd @pdf-amzn @LeeroyHannigan @yesyayen @robinnsc