From fc74817b9be78acc3bd39accd4c8145d5ef90c03 Mon Sep 17 00:00:00 2001 From: Jeff Bailey Date: Sun, 17 May 2026 12:37:36 +0000 Subject: [PATCH] feat: add CODEOWNERS file to request review from @kaladron --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..b9a1982 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# Request review from the repository-wide code owner on pull requests. +* @kaladron \ No newline at end of file