From 55039c4ac23548a2c9322fec27552adb20cef4d4 Mon Sep 17 00:00:00 2001 From: xRuiAlves Date: Mon, 13 Apr 2026 07:11:49 +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 0000000..f16cdd4 --- /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/management