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:
authorAndras Horvath <ahorvath@gitlab.com>2022-08-23 16:20:07 +0300
committerAndras Horvath <ahorvath@gitlab.com>2022-08-23 16:20:07 +0300
commit7200b8e7e4a9a5700dcf2ddcf1702075d51330bc (patch)
treecbb9aa3078618bf306a57abf7bb578f2dd8dda82
parent1a072655fa3c26ede5f6809947ca977f59c1c202 (diff)
parentf5264d850a844411bcd23ed497c1676e7dee3ec8 (diff)
Merge branch 'toon-codeowners' into 'master'
Update maintainers See merge request gitlab-org/gitaly!4838
-rw-r--r--.gitlab/CODEOWNERS10
-rw-r--r--CONTRIBUTING.md11
2 files changed, 12 insertions, 9 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
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b8c4a34db..a616c9d33 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -224,15 +224,8 @@ Signed-off-by: Alice <alice@example.com>
## Gitaly Maintainers
-- @8bitlife
-- @avar
-- @chriscool
-- @jcaigitlab
-- @pks-t
-- @proglottis
-- @samihiltunen
-- @toon
-- @wchandler
+This project is maintained by the [members](https://gitlab.com/groups/gl-gitaly/-/group_members)
+of @gl-gitaly.
## Development Process