From 50d883d516b620c7f91ce20adf777c4c724f0b37 Mon Sep 17 00:00:00 2001 From: Fedor Dikarev Date: Thu, 6 Mar 2025 20:59:17 +0100 Subject: [PATCH] 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 --- CODEOWNERS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 71b5e65f94..ab6d2257a4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,8 +1,9 @@ # Autoscaling /libs/vm_monitor/ @neondatabase/autoscaling -# DevProd -/.github/ @neondatabase/developer-productivity +# DevProd & PerfCorr +/.github/ @neondatabase/developer-productivity @neondatabase/performance-correctness +/test_runner/ @neondatabase/performance-correctness # Compute /pgxn/ @neondatabase/compute