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: 8: incorrect codeowner organization: neondatabase/compute Line: 8: 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: 14: incorrect codeowner organization: neondatabase/proxy Line: 14: no users/groups matched Line: 15: incorrect codeowner organization: neondatabase/proxy Line: 15: no users/groups matched Line: 18: incorrect codeowner organization: neondatabase/storage Line: 18: 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: 27: incorrect codeowner organization: neondatabase/compute Line: 27: incorrect codeowner organization: neondatabase/storage Line: 27: no users/groups matched Line: 28: incorrect codeowner organization: neondatabase/compute Line: 28: incorrect codeowner organization: neondatabase/control-plane Line: 28: no users/groups matched Line: 29: incorrect codeowner organization: neondatabase/compute Line: 29: incorrect codeowner organization: neondatabase/storage Line: 29: no users/groups matched
Fedor Dikarev db77896e92 remove CODEOWNER assignement for the test_runner/ (#11130)
## Problem
That adds an extra unnecessary load to the PerfCorr team

## Summary of changes
Remove `CODEOWNERS` assignment for the `test_runner/` folder
2025-03-07 12:38:27 +00:00

30 lines
870 B
Plaintext

# Autoscaling
/libs/vm_monitor/ @neondatabase/autoscaling
# DevProd & PerfCorr
/.github/ @neondatabase/developer-productivity @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