From a0b1b1b8e5088a47257bda3f3c4c7f79e6ff97e3 Mon Sep 17 00:00:00 2001 From: Gabriele Bartolini Date: Wed, 15 Jul 2026 13:46:49 +1000 Subject: [PATCH] chore: add `CODEOWNERS` file Closes #32 Signed-off-by: Gabriele Bartolini --- CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 0000000..2d59aac --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,5 @@ +# The CODEOWNERS file is used to define individuals or teams that are +# responsible for code in a repository. For details, please refer to +# https://docs.github.com/en/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners + +* @cloudnative-pg/maintainers @jsilvela @NiccoloFei