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:
parent
836f1b2f56
commit
2a89db4749
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue