From 77ea79b8494c9e629d52d34157ba9443f5f060ef Mon Sep 17 00:00:00 2001 From: David Venable Date: Tue, 14 Feb 2023 20:43:25 -0600 Subject: [PATCH] Updated the CODEOWNERS file to match the MAINTAINERS.md and corrected the comment for the new approach. Resolves #95 Signed-off-by: David Venable --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dc2f982..c0fe679 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,4 @@ -# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams -* @dblock @reta +# This should match the list of maintainers in MAINTAINERS.md +* @dblock +* @reta +* @dlvenable