From 396a09d698bc67bea6c6725b2b682240ac4d1dfb Mon Sep 17 00:00:00 2001 From: matt-evervault Date: Wed, 8 Jul 2026 12:04:49 +0100 Subject: [PATCH] Update CODEOWNERS with explanatory comments Added comments explaining the purpose of the CODEOWNERS file. --- .github/CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 53602400..e97e6dfa 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ -@e-moran -@evervault/spectre -@evervault/entropy +# This file is used to automatically request reviews on PRs. + +# These owners will be the default owners for everything in +# the repo, unless a match on a later line takes precedence. +# "@evervault/product-engineering" below requests review from all members of Product Engineering. +* @evervault/product-engineering