From 237e860b0a1531520f5bb5b74ebc022fae1e7f13 Mon Sep 17 00:00:00 2001 From: Douwe Maan Date: Mon, 10 Dec 2018 10:52:04 +0000 Subject: Revert "Merge branch 'bvl-reenable-codeowners' into 'master'" This reverts merge request !23381 --- .gitlab/CODEOWNERS | 20 -------------------- .gitlab/CODEOWNERS.disabled | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 20 deletions(-) delete mode 100644 .gitlab/CODEOWNERS create mode 100644 .gitlab/CODEOWNERS.disabled (limited to '.gitlab') diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS deleted file mode 100644 index 82e914a502f..00000000000 --- a/.gitlab/CODEOWNERS +++ /dev/null @@ -1,20 +0,0 @@ -# Backend Maintainers are the default for all ruby files -*.rb @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern -*.rake @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern - -# Technical writing team are the default reviewers for everything in `doc/` -/doc/ @axil @marcia - -# Frontend maintainers should see everything in `app/assets/` -app/assets/ @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya -*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya - -# Someone from the database team should review changes in `db/` -db/ @abrandl @NikolayS - -# Feature specific owners -/ee/lib/gitlab/code_owners/ @reprazent -/ee/lib/ee/gitlab/auth/ldap/ @dblessing @mkozono -/lib/gitlab/auth/ldap/ @dblessing @mkozono -/lib/gitlab/ci/templates/ @nolith @zj -/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @DylanGriffith @mayra-cabrera @tkuah diff --git a/.gitlab/CODEOWNERS.disabled b/.gitlab/CODEOWNERS.disabled new file mode 100644 index 00000000000..82e914a502f --- /dev/null +++ b/.gitlab/CODEOWNERS.disabled @@ -0,0 +1,20 @@ +# Backend Maintainers are the default for all ruby files +*.rb @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern +*.rake @ayufan @DouweM @dzaporozhets @grzesiek @nick.thomas @rspeicher @rymai @smcgivern + +# Technical writing team are the default reviewers for everything in `doc/` +/doc/ @axil @marcia + +# Frontend maintainers should see everything in `app/assets/` +app/assets/ @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya +*.scss @annabeldunstone @ClemMakesApps @fatihacet @filipa @iamphill @mikegreiling @timzallmann @kushalpandya + +# Someone from the database team should review changes in `db/` +db/ @abrandl @NikolayS + +# Feature specific owners +/ee/lib/gitlab/code_owners/ @reprazent +/ee/lib/ee/gitlab/auth/ldap/ @dblessing @mkozono +/lib/gitlab/auth/ldap/ @dblessing @mkozono +/lib/gitlab/ci/templates/ @nolith @zj +/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @DylanGriffith @mayra-cabrera @tkuah -- cgit v1.2.3