-
Notifications
You must be signed in to change notification settings - Fork 967
Expand file tree
/
Copy pathCODEOWNERS
More file actions
20 lines (17 loc) · 810 Bytes
/
CODEOWNERS
File metadata and controls
20 lines (17 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# See the code-owners Github docs:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Mostly backend-y directories
/bedrock @mozilla/bedrock-codeowners-backend
/docker @mozilla/bedrock-codeowners-backend
/lib @mozilla/bedrock-codeowners-backend
/requirements @mozilla/bedrock-codeowners-backend
/wsgi @mozilla/bedrock-codeowners-backend
*.py @mozilla/bedrock-codeowners-backend
# Mostly frontend-y directories
/media @mozilla/bedrock-codeowners-frontend
/package.json @mozilla/bedrock-codeowners-frontend
*.html @mozilla/bedrock-codeowners-frontend
*.js @mozilla/bedrock-codeowners-frontend
*.scss @mozilla/bedrock-codeowners-frontend
# Top-level /tests are mostly frontend-y
/tests @mozilla/bedrock-codeowners-frontend