From 4aafc35edcc28bf0339597eb2f9973d77ac4c49c Mon Sep 17 00:00:00 2001 From: Adarsh Prashar Date: Sat, 30 May 2026 22:48:53 +0530 Subject: [PATCH] chore: add CODEOWNERS (maintainer owns all paths) --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..731cf8f --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,3 @@ +# Every change to RiskKernel requires review from the maintainer. +# (Pairs with the branch ruleset's "require code owner review" on main.) +* @prashar32