summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMayra Cabrera <mcabrera@gitlab.com>2019-08-26 22:00:02 +0000
committerMayra Cabrera <mcabrera@gitlab.com>2019-08-26 22:00:02 +0000
commit1d83240beb08aaaa240efbc8f63293019603a744 (patch)
tree75f48713eaf9e7ed8c319092430786a1527ac6ae
parent5e1e9227bfda44da218318c3255cdb81c02f2154 (diff)
parent0587ca335eaeab2455dcf2f8a70f06e3d3267a77 (diff)
downloadgitlab-ce-1d83240beb08aaaa240efbc8f63293019603a744.tar.gz
Merge branch 'ab-codeowners-database' into 'master'
Change database codeowners to database maintainer group See merge request gitlab-org/gitlab-ce!32229
-rw-r--r--.gitlab/CODEOWNERS13
1 files changed, 7 insertions, 6 deletions
diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS
index dae3c349ff4..0f2dd081e9e 100644
--- a/.gitlab/CODEOWNERS
+++ b/.gitlab/CODEOWNERS
@@ -9,12 +9,13 @@
app/assets/ @ClemMakesApps @fatihacet @filipa @mikegreiling @timzallmann @kushalpandya @pslaughter
*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @mikegreiling @timzallmann @kushalpandya @pslaughter
-# Maintainers from the Database team should review changes in `db/`
-db/ @gl-database
-lib/gitlab/background_migration/ @gl-database
-lib/gitlab/database/ @gl-database
-lib/gitlab/sql/ @gl-database
-/ee/db/ @gl-database
+# Database maintainers should review changes in `db/`
+db/ @gitlab-org/maintainers/database
+lib/gitlab/background_migration/ @gitlab-org/maintainers/database
+lib/gitlab/database/ @gitlab-org/maintainers/database
+lib/gitlab/sql/ @gitlab-org/maintainers/database
+lib/gitlab/github_import/ @gitlab-org/maintainers/database
+/ee/db/ @gitlab-org/maintainers/database
# Feature specific owners
/ee/lib/gitlab/code_owners/ @reprazent