aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Z Allen <me@andrewzallen.com>2020-09-15 17:53:03 -0600
committerGitHub <noreply@github.com>2020-09-15 19:53:03 -0400
commit2a89db4749d1aa860ea42ab50491cdc40d9a199a (patch)
tree14368c14b6e23cf5955123ad038cb1b9d7ece67e
parent836f1b2f564e8952a9b1ae72f66fc9fad8c8e6f1 (diff)
downloadbazel-skylib-2a89db4749d1aa860ea42ab50491cdc40d9a199a.tar.gz
Fix CODEOWNERS (#275)
Previously permissions were granted to edit any file that existed in a directory titled `gazelle`. Now grants have been given recursively.
-rw-r--r--CODEOWNERS7
1 files 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