mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
## Problem - Current file has ambiguous ownership for some paths - The /control_plane/attachment_service is storage specific & updates there don't need to request reviews from other teams. ## Summary of changes - Define a single owning team per path, so that we can make reviews by that team mandatory in future. - Remove the top-level /control_plane as no one specific team owns neon_local, and we would rarely see a PR that exclusively touches that path. - Add an entry for /control_plane/attachment_service, which is newer storage-specific code.
13 lines
506 B
Plaintext
13 lines
506 B
Plaintext
/compute_tools/ @neondatabase/control-plane @neondatabase/compute
|
|
/control_plane/attachment_service @neondatabase/storage
|
|
/libs/pageserver_api/ @neondatabase/storage
|
|
/libs/postgres_ffi/ @neondatabase/compute
|
|
/libs/remote_storage/ @neondatabase/storage
|
|
/libs/safekeeper_api/ @neondatabase/safekeepers
|
|
/libs/vm_monitor/ @neondatabase/autoscaling
|
|
/pageserver/ @neondatabase/storage
|
|
/pgxn/ @neondatabase/compute
|
|
/proxy/ @neondatabase/proxy
|
|
/safekeeper/ @neondatabase/safekeepers
|
|
/vendor/ @neondatabase/compute
|