From e7c2a309a889bc2df24ddce2ec5e5b921ebd82a1 Mon Sep 17 00:00:00 2001 From: lukasWuttke <54042461+LukasWodka@users.noreply.github.com> Date: Tue, 28 Apr 2026 09:15:47 +0200 Subject: [PATCH] chore: add default CODEOWNERS for auto-reviewer assignment --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..90a741b --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# Default reviewer: each PR auto-requests the squad lead listed here. +# Either reviewer can approve to satisfy branch protection (1 approval required). +# Specific paths below override this default for security-sensitive code. + +* @LukasWodka @saadqbal +