-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (21 loc) · 861 Bytes
/
CODEOWNERS
File metadata and controls
26 lines (21 loc) · 861 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
# CODEOWNERS
# Owners are automatically requested for review when a PR touches their paths.
# Last entry wins for a given path.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner — Asher Wilson (founder)
* @RustMunkey
# Core infrastructure — requires founder sign-off
services/gateway/ @RustMunkey
services/daemon/ @RustMunkey
packages/auth/ @RustMunkey
packages/billing/ @RustMunkey
packages/plans/ @RustMunkey
packages/database/ @RustMunkey
# CI/CD and deployment — requires founder sign-off
.github/ @RustMunkey
docker/ @RustMunkey
infra/ @RustMunkey
# Security-sensitive packages
packages/risk/ @RustMunkey
# Documentation — any team member can approve
docs/ @RustMunkey