From b55466045e33a5031e02c4d8d2f5263252b6f83e Mon Sep 17 00:00:00 2001 From: Vadim Kharitonov Date: Tue, 8 Nov 2022 12:36:22 +0100 Subject: [PATCH] Introduce codeowners --- CODEOWNERS | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000000..4c8c8924d6 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,10 @@ +/compute_tools/ @neondatabase/control-plane +/control_plane/ @neondatabase/compute @neondatabase/storage +/libs/pageserver_api/ @neondatabase/compute @neondatabase/storage +/libs/postgres_ffi/ @neondatabase/compute +/libs/remote_storage/ @neondatabase/storage +/libs/safekeeper_api/ @neondatabase/safekeepers +/pageserver/ @neondatabase/compute @neondatabase/storage +/pgxn/ @neondatabase/compute +/proxy/ @neondatabase/control-plane +/safekeeper/ @neondatabase/safekeepers