-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathCODEOWNERS
More file actions
55 lines (42 loc) · 1.62 KB
/
CODEOWNERS
File metadata and controls
55 lines (42 loc) · 1.62 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# CODEOWNERS
#
# This file defines code ownership for the edge-ai repository.
# Code owners are automatically requested for review when someone opens a pull
# request that modifies files they own.
#
# Syntax: <file-pattern> @owner1 @owner2
# More info:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for all files (fallback)
* @microsoft/edge-ai-core-dev
# Self-protection: CODEOWNERS file changes require core team approval
/.github/CODEOWNERS @microsoft/edge-ai-core-dev
# GitHub configuration (workflows, templates, instructions)
/.github/ @microsoft/edge-ai-core-dev
# CI/CD pipelines
/azure-pipelines.yml @microsoft/edge-ai-core-dev
/.azdo/ @microsoft/edge-ai-core-dev
/.azuredevops/ @microsoft/edge-ai-core-dev
/deploy/ @microsoft/edge-ai-core-dev
# Core infrastructure components
/src/ @microsoft/edge-ai-core-dev
# Deployment blueprints
/blueprints/ @microsoft/edge-ai-core-dev
# Documentation
/docs/ @microsoft/edge-ai-core-dev
/project-adrs/ @microsoft/edge-ai-core-dev
# Scripts and automation
/scripts/ @microsoft/edge-ai-core-dev
# Development environment
/.devcontainer/ @microsoft/edge-ai-core-dev
/.vscode/ @microsoft/edge-ai-core-dev
# AI and prompts
/copilot/ @microsoft/edge-ai-core-dev
# Static assets
/assets/ @microsoft/edge-ai-core-dev
# Security
/project-security-plans/ @microsoft/edge-ai-core-dev
# Security-sensitive paths (PRs require security-reviewed label before merge)
/SECURITY.md @microsoft/edge-ai-core-dev
/src/000-cloud/010-security-identity/ @microsoft/edge-ai-core-dev
/deploy/ @microsoft/edge-ai-core-dev