Skip to content

Commit fbf1683

Browse files
balasankarctwk3
andcommitted
Merge branch 'flush-out-codeowners' into 'master'
Update the codeowners file to cover all files See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7106 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Dustin Collins <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: DJ Mountney <[email protected]>
2 parents a909cdf + 2cde0e3 commit fbf1683

File tree

1 file changed

+44
-4
lines changed

1 file changed

+44
-4
lines changed

.gitlab/CODEOWNERS

Lines changed: 44 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,47 @@
22
# project here: https://gitlab.com/gitlab-org/omnibus-gitlab/-/project_members
33
# As described in https://docs.gitlab.com/ee/user/project/code_owners.html
44

5-
[Documentation]
6-
.markdownlint.yml @marcel.amirault @eread @aqualls
7-
/doc/.vale/ @marcel.amirault @eread @aqualls
8-
/doc/ @axil @eread
5+
* @gitlab-org/maintainers/distribution-build @gitlab-org/maintainers/distribution-package-configuration @gitlab-org/delivery @gitlab-org/tw-leadership
6+
7+
# TODO: Remove @gitlab-org/maintainers/distribution-build from being a codeowner
8+
# of the CODEOWNERS file once we have confirmed the rest of the process is working
9+
.gitlab/CODEOWNERS @gitlab-org/development-leaders @gitlab-org/tw-leadership @gitlab-org/maintainers/distribution-build
10+
11+
## Files that are excluded from required approval
12+
## These rules override the * rule above, so that changes to docs and templates
13+
## can be merged by any user who has maintainer rights, but is not included in
14+
## the * rule (usually technical writers).
15+
/.gitlab/issue_templates/*.md
16+
/.gitlab/merge_request_templates/*.md
17+
/doc/*.md
18+
/doc/**/*.md
19+
/doc/**/*.jpg
20+
/doc/**/*.png
21+
22+
## Technical writing files that do not need `*` rule approval,
23+
## but still require an approval from a TW team DRI for each file.
24+
/doc/.vale/ @marcel.amirault @eread @aqualls @gitlab-org/tw-leadership
25+
.markdownlint.yml @marcel.amirault @eread @aqualls @gitlab-org/tw-leadership
26+
/doc/.markdownlint/ @marcel.amirault @eread @aqualls @gitlab-org/tw-leadership
27+
28+
[Distribution Build] @gitlab-org/maintainers/distribution-build
29+
/config/
30+
/docker/
31+
/lib/
32+
/scripts/
33+
/support/
34+
35+
## Dependency Maintainers
36+
/config/software/registry.rb @gitlab-org/maintainers/distribution-build @gitlab-org/maintainers/container-registry
37+
38+
[Distribution Cookbooks] @gitlab-org/maintainers/distribution-package-configuration
39+
/files/
40+
41+
^[Container Registry] @gitlab-org/maintainers/container-registry
42+
/files/gitlab-cookbooks/registry/
43+
44+
^[Legal] @gitlab-org/legal-reviewers
45+
/support/dependency_decisions.yml
46+
47+
^[Documentation Directories] @axil @eread
48+
/doc/

0 commit comments

Comments
 (0)