Files
neon/CODEOWNERS
Line: 2: incorrect codeowner organization: neondatabase/autoscaling Line: 2: no users/groups matched Line: 5: incorrect codeowner organization: neondatabase/developer-productivity Line: 5: incorrect codeowner organization: neondatabase/performance-correctness Line: 5: no users/groups matched Line: 6: incorrect codeowner organization: neondatabase/performance-correctness Line: 6: no users/groups matched Line: 9: incorrect codeowner organization: neondatabase/compute Line: 9: no users/groups matched Line: 10: incorrect codeowner organization: neondatabase/compute Line: 10: no users/groups matched Line: 11: incorrect codeowner organization: neondatabase/compute Line: 11: no users/groups matched Line: 12: incorrect codeowner organization: neondatabase/compute Line: 12: no users/groups matched Line: 15: incorrect codeowner organization: neondatabase/proxy Line: 15: no users/groups matched Line: 16: incorrect codeowner organization: neondatabase/proxy Line: 16: no users/groups matched Line: 19: incorrect codeowner organization: neondatabase/storage Line: 19: no users/groups matched Line: 20: incorrect codeowner organization: neondatabase/storage Line: 20: no users/groups matched Line: 21: incorrect codeowner organization: neondatabase/storage Line: 21: no users/groups matched Line: 22: incorrect codeowner organization: neondatabase/storage Line: 22: no users/groups matched Line: 23: incorrect codeowner organization: neondatabase/storage Line: 23: no users/groups matched Line: 24: incorrect codeowner organization: neondatabase/storage Line: 24: no users/groups matched Line: 25: incorrect codeowner organization: neondatabase/storage Line: 25: no users/groups matched Line: 28: incorrect codeowner organization: neondatabase/compute Line: 28: incorrect codeowner organization: neondatabase/storage Line: 28: no users/groups matched Line: 29: incorrect codeowner organization: neondatabase/compute Line: 29: incorrect codeowner organization: neondatabase/control-plane Line: 29: no users/groups matched Line: 30: incorrect codeowner organization: neondatabase/compute Line: 30: incorrect codeowner organization: neondatabase/storage Line: 30: no users/groups matched
Fedor Dikarev 50d883d516 Add performance-correctness to the CODEOWNERS (#11124)
## Problem
After splitting teams it became a bit more complicated for the PerfCorr
team to work on tests changes.

## Summary of changes
1. Add PerfCorr team co-owners for `.github/` folder
2. Add PerCorr team as owner for `test_runner/` folder
2025-03-06 19:59:17 +00:00

31 lines
922 B
Plaintext

# Autoscaling
/libs/vm_monitor/ @neondatabase/autoscaling
# DevProd & PerfCorr
/.github/ @neondatabase/developer-productivity @neondatabase/performance-correctness
/test_runner/ @neondatabase/performance-correctness
# Compute
/pgxn/ @neondatabase/compute
/vendor/ @neondatabase/compute
/compute/ @neondatabase/compute
/compute_tools/ @neondatabase/compute
# Proxy
/libs/proxy/ @neondatabase/proxy
/proxy/ @neondatabase/proxy
# Storage
/pageserver/ @neondatabase/storage
/safekeeper/ @neondatabase/storage
/storage_controller @neondatabase/storage
/storage_scrubber @neondatabase/storage
/libs/pageserver_api/ @neondatabase/storage
/libs/remote_storage/ @neondatabase/storage
/libs/safekeeper_api/ @neondatabase/storage
# Shared
/pgxn/neon/ @neondatabase/compute @neondatabase/storage
/libs/compute_api/ @neondatabase/compute @neondatabase/control-plane
/libs/postgres_ffi/ @neondatabase/compute @neondatabase/storage