From 27421c6c19b279a5f507da514d4c48e9a57c639b Mon Sep 17 00:00:00 2001 From: Todd Ekenstam Date: Fri, 6 Oct 2023 16:52:29 -0700 Subject: [PATCH] Add CODEOWNERS Signed-off-by: Todd Ekenstam --- .github/CODEOWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 513dbb5..7d4c5ec 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,10 @@ -# PLEASE READ: - -# This is a comment. # Each line is a file pattern followed by one or more owners. # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, # review when someone opens a pull request. * @keikoproj/authorized-approvers + +# Admins own root and CI. +.github/** @keikoproj/keiko-admins @keikoproj/keiko-maintainers +/* @keikoproj/keiko-admins @keikoproj/keiko-maintainers