From 618379e19b4a5eab52c983922a299228c3daf336 Mon Sep 17 00:00:00 2001 From: xRuiAlves Date: Mon, 13 Apr 2026 08:44:57 +0100 Subject: [PATCH] Add CODEOWNERS file --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000..ab5b2741c --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,5 @@ +# This file defines who is responsible for different parts of the codebase +# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners + +# These owners will be the default owners for everything in the repo +* @adzerk/delivery