Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab/CODEOWNERS')
-rw-r--r--.gitlab/CODEOWNERS10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS
new file mode 100644
index 000000000..b35259bd6
--- /dev/null
+++ b/.gitlab/CODEOWNERS
@@ -0,0 +1,10 @@
+# When adding a group as a code owner, make sure to invite the group to the
+# project here: https://gitlab.com/gitlab-org/gitaly/-/project_members
+# As described in https://docs.gitlab.com/ee/user/project/code_owners.html
+
+[Code]
+* @gl-gitaly
+
+^[Documentation]
+/doc/ @eread
+*.md @eread