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:
authorToon Claes <toon@gitlab.com>2022-08-19 20:55:38 +0300
committerToon Claes <toon@gitlab.com>2022-08-19 21:06:46 +0300
commit045833052f47c9747ad501bf12f7bd88574df4ac (patch)
treeaf18b7e39bb38e5477878217247a135c9cc1e0fd /.gitlab/CODEOWNERS
parente18e72722e4437aaa25cc40e1b563fd17442175c (diff)
CODEOWNERS: Add CODEOWNERS file
Specify who needs to give approval on Merge Requests.
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