From 3dc3554995011739d343ef168ea4f3557aff8a0a Mon Sep 17 00:00:00 2001 From: Shay Date: Fri, 12 Jun 2026 00:23:43 -0700 Subject: [PATCH] chore(security): add global CODEOWNERS gate --- .github/CODEOWNERS | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..356094dc --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,7 @@ +# Global code ownership for AssetOverflow/core. +# +# This repository is public, but changes to protected branches must remain +# review-gated by the repository owner. Pair this file with GitHub branch +# protection requiring CODEOWNERS review on `main`. + +* @AssetOverflow