Skip to content
代码片段 群组 项目
未验证 提交 8e329139 编辑于 作者: Fabio Pitino's avatar Fabio Pitino 提交者: GitLab
浏览文件

Fix CODEOWNERS rule to ignore Verify specs for lib

The generic rule `/**/lib/**/ci/` was not intended to capture spec files.
It turns out that was catching directories like `/lib/spec/**/ci/`
as well as `/ee/lib/spec/**/ci/`.

Changelog: fixed
上级 390156f7
No related branches found
No related tags found
无相关合并请求
...@@ -1237,9 +1237,11 @@ lib/gitlab/checks/** ...@@ -1237,9 +1237,11 @@ lib/gitlab/checks/**
# opportunity to refine specific rules defined in this section. # opportunity to refine specific rules defined in this section.
# Note that frontend, CI templates and other concerns should be kept within # Note that frontend, CI templates and other concerns should be kept within
# the same section. # the same section.
/**/app/**/ci/ /app/**/ci/
/**/lib/**/ci/ /ee/app/**/ci/
/**/app/**/merge_trains/ /lib/**/ci/
/ee/lib/**/ci/
/ee/app/**/merge_trains/
/app/controllers/admin/jobs_controller.rb /app/controllers/admin/jobs_controller.rb
/app/controllers/admin/runner_projects_controller.rb /app/controllers/admin/runner_projects_controller.rb
/app/controllers/admin/runners_controller.rb /app/controllers/admin/runners_controller.rb
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册