Fix CODEOWNERS (#275)

Previously permissions were granted to edit any file that existed in a directory
titled `gazelle`. Now grants have been given recursively.
This commit is contained in:
Andrew Z Allen 2020-09-15 17:53:03 -06:00 committed by GitHub
parent 836f1b2f56
commit 2a89db4749
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -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