From 4a60051b0d6c8fa7d4786b6dc0f6bf38cc082898 Mon Sep 17 00:00:00 2001 From: MMeent Date: Thu, 17 Nov 2022 15:31:34 +0100 Subject: [PATCH] Add codeowners section for /vendor/ (#2849) After this, consent of @neondatabase/compute is required to update the vendored PostgreSQL versions. --- CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/CODEOWNERS b/CODEOWNERS index 4c8c8924d6..6b1273520d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -8,3 +8,4 @@ /pgxn/ @neondatabase/compute /proxy/ @neondatabase/control-plane /safekeeper/ @neondatabase/safekeepers +/vendor/ @neondatabase/compute