|
2 | 2 | # project here: https://gitlab.com/gitlab-org/omnibus-gitlab/-/project_members
|
3 | 3 | # As described in https://docs.gitlab.com/ee/user/project/code_owners.html
|
4 | 4 |
|
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