From 2a89db4749d1aa860ea42ab50491cdc40d9a199a Mon Sep 17 00:00:00 2001 From: Andrew Z Allen Date: Tue, 15 Sep 2020 17:53:03 -0600 Subject: [PATCH] Fix CODEOWNERS (#275) Previously permissions were granted to edit any file that existed in a directory titled `gazelle`. Now grants have been given recursively. --- CODEOWNERS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 07b74fa..f47842c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,4 +1,5 @@ +# More details on syntax here: https://help.github.com/articles/about-codeowners/ * @c-parsons @laurentlb @jin @aiuto -distribution/ @aiuto @fwe -rules/ @juliexxia -gazelle/ @achew22 @jayconrod +/distribution/ @aiuto @fwe +/rules/ @juliexxia +/gazelle/ @achew22 @jayconrod