-
Notifications
You must be signed in to change notification settings - Fork 5
/
CODEOWNERS
Validating CODEOWNERS rules...
41 lines (34 loc) · 1.5 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# --- Only integration developers ---
* @myparcelnl/integration
# --- Both integration and frontend developers ---
*.json @myparcelnl/integration @myparcelnl/frontend
*.md @myparcelnl/integration @myparcelnl/frontend
*.yml @myparcelnl/integration @myparcelnl/frontend
# Css and related file types
*.css @myparcelnl/integration @myparcelnl/frontend
*.sass @myparcelnl/integration @myparcelnl/frontend
*.scss @myparcelnl/integration @myparcelnl/frontend
*.styl @myparcelnl/integration @myparcelnl/frontend
# HTML and HTML-like
*.hbs @myparcelnl/integration @myparcelnl/frontend
*.html @myparcelnl/integration @myparcelnl/frontend
*.tpl @myparcelnl/integration @myparcelnl/frontend
*.twig @myparcelnl/integration @myparcelnl/frontend
# Images
*.jpeg @myparcelnl/integration @myparcelnl/frontend
*.jpg @myparcelnl/integration @myparcelnl/frontend
*.png @myparcelnl/integration @myparcelnl/frontend
*.svg @myparcelnl/integration @myparcelnl/frontend
# --- Frontend only ---
*.js @myparcelnl/frontend
*.jsx @myparcelnl/frontend
*.ts @myparcelnl/frontend
*.tsx @myparcelnl/frontend
*.vue @myparcelnl/frontend
# --- Exceptions ---
# Top level javascript or dotfiles are probably config files.
./*.js @myparcelnl/integration @myparcelnl/frontend
./.* @myparcelnl/integration @myparcelnl/frontend
# Include IT support for readme changes
readme.md @myparcelnl/integration @myparcelnl/frontend @myparcelnl/it-support
README.md @myparcelnl/integration @myparcelnl/frontend @myparcelnl/it-support