-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
22 lines (18 loc) · 1.1 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# --- Global: Only integration developers ---
* @myparcelnl/integration
# --- Frontend and VuePress: Both integration and frontend developers ---
*.js @myparcelnl/integration @myparcelnl/frontend
*.json @myparcelnl/integration @myparcelnl/frontend
*.ts @myparcelnl/integration @myparcelnl/frontend
*.vue @myparcelnl/integration @myparcelnl/frontend
src/.vuepress @myparcelnl/integration @myparcelnl/frontend
# --- All markdown and assets: Integration, QA and IT support ---
*.md @myparcelnl/integration @myparcelnl/qa @myparcelnl/it-support
*.mdx @myparcelnl/integration @myparcelnl/qa @myparcelnl/it-support
src/.vuepress/public @myparcelnl/integration @myparcelnl/qa @myparcelnl/it-support
# --- API Reference: Integration, API, QA and IT support ---
**/api-reference @myparcelnl/integration @myparcelnl/api @myparcelnl/qa
# --- Release notes: QA and the relevant developers ---
**/release-notes/* @myparcelnl/qa
**/release-notes/*frontend* @myparcelnl/qa @myparcelnl/frontend
**/release-notes/*api* @myparcelnl/qa @myparcelnl/api