forked from microsoft/cdm-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
38 lines (30 loc) · 1.49 KB
/
Copy pathCODEOWNERS
File metadata and controls
38 lines (30 loc) · 1.49 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
# CDM Starter Kit - Code Ownership
#
# This file defines code ownership for the CDM Starter Kit repository.
# For more information on CODEOWNERS, see GitHub documentation:
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owners for everything in the repository
* @microsoft/cdm-vteam
# Documentation
README.md @microsoft/cdm-vteam
CONTRIBUTING.md @microsoft/cdm-vteam
docs/ @microsoft/cdm-vteam
*.md @microsoft/cdm-vteam
# Security and governance
SECURITY.md @microsoft/cdm-vteam
CODE_OF_CONDUCT.md @microsoft/cdm-vteam
LICENSE @microsoft/cdm-vteam
# Configuration and automation
.github/ @microsoft/cdm-vteam
bicepconfig.json @microsoft/cdm-vteam
# Bicep infrastructure templates
bicep/ @microsoft/cdm-vteam
# CreateUIDefinition forms
ui/ @microsoft/cdm-vteam
# Test files
*test*.json @microsoft/cdm-vteam
*test*.bicep @microsoft/cdm-vteam
# Build and deployment scripts
deploy/ @microsoft/cdm-vteam
*.ps1 @microsoft/cdm-vteam
*.sh @microsoft/cdm-vteam