-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (22 loc) · 994 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
32 lines (22 loc) · 994 Bytes
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
# Code ownership for review enforcement on critical paths
# Last matching pattern takes precedence - order general to specific
# Default: all markdown files require team review
*.md @microsoft/edge-ai-core-dev
# Documentation directory
/docs/ @microsoft/edge-ai-core-dev
# Contributing guides
/docs/contributing/ @microsoft/edge-ai-core-dev
# Component-level READMEs
/deploy/**/README.md @microsoft/edge-ai-core-dev
# Source code
/src/ @microsoft/edge-ai-core-dev
# Dataviewer application
/data-management/viewer/ @microsoft/edge-ai-core-dev
# Infrastructure as code
/deploy/ @microsoft/edge-ai-core-dev
# CI/CD workflows
/.github/workflows/ @microsoft/edge-ai-core-dev
# OpenVEX dispositions can suppress vulnerability findings
/security/vex/ @microsoft/edge-ai-core-dev
# Protect ownership file itself
/.github/CODEOWNERS @microsoft/edge-ai-core-dev