-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (18 loc) · 1.13 KB
/
CODEOWNERS
File metadata and controls
21 lines (18 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Docs writers ownership by default
* @auth0/project-docs-writers-codeowner
# Docs Management ownership for code, config, and related docs
snippets @auth0/project-docs-management-codeowner
ui @auth0/project-docs-management-codeowner
scripts @auth0/project-docs-management-codeowner
**/package.json @auth0/project-docs-management-codeowner
**/package-lock.json @auth0/project-docs-management-codeowner
**/CLAUDE.md @auth0/project-docs-management-codeowner
# Docs Management ownership for generated API references
main/docs/api.mdx @auth0/project-docs-management-codeowner
main/docs/api @auth0/project-docs-management-codeowner
main/docs/fr-ca/api @auth0/project-docs-management-codeowner
main/docs/ja-jp/api @auth0/project-docs-management-codeowner
# Shared ownership for shared config files
.github @auth0/project-docs-writers-codeowner @auth0/project-docs-management-codeowner
.gitignore @auth0/project-docs-writers-codeowner @auth0/project-docs-management-codeowner
**/docs.json @auth0/project-docs-writers-codeowner @auth0/project-docs-management-codeowner