diff --git a/.gitlab/CODEOWNERS b/.gitlab/CODEOWNERS index 4e3c7bfb515e06b917ce5f2d6174ff78d652f7a4..4ab4e0f406b83a49127ab90141ce49c6bb7fce1b 100644 --- a/.gitlab/CODEOWNERS +++ b/.gitlab/CODEOWNERS @@ -1237,9 +1237,11 @@ lib/gitlab/checks/** # opportunity to refine specific rules defined in this section. # Note that frontend, CI templates and other concerns should be kept within # the same section. -/**/app/**/ci/ -/**/lib/**/ci/ -/**/app/**/merge_trains/ +/app/**/ci/ +/ee/app/**/ci/ +/lib/**/ci/ +/ee/lib/**/ci/ +/ee/app/**/merge_trains/ /app/controllers/admin/jobs_controller.rb /app/controllers/admin/runner_projects_controller.rb /app/controllers/admin/runners_controller.rb