From 534a1401390e18bd16fed077de06d1fdfb2b8b61 Mon Sep 17 00:00:00 2001 From: matt-evervault Date: Wed, 8 Jul 2026 12:08:20 +0100 Subject: [PATCH] Revise CODEOWNERS with new default owners and comments Updated CODEOWNERS to include default owners and added comments for clarity. --- .github/CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2ef2c81..e97e6df 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,6 @@ -@jeremywagemans -@evervault/spectre -@evervault/entropy \ No newline at end of file +# 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