-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (17 loc) · 716 Bytes
/
CODEOWNERS
File metadata and controls
28 lines (17 loc) · 716 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
# GitHub Runner Repository Code Owners
# These users will be automatically requested for review when someone opens a pull request
# Global ownership - all files require review from repository maintainers and AI assistant
- @GrammaTonic @copilot
# CI/CD Workflows require DevOps team review
/.github/workflows/ @GrammaTonic @copilot
/.github/instructions/ @GrammaTonic @copilot
# Docker and deployment files require infrastructure team review
/docker/ @GrammaTonic
/scripts/ @GrammaTonic
/config/ @GrammaTonic
# Security-related files require security team review
/security/ @GrammaTonic
\*.security.yml @GrammaTonic
# Documentation requires technical writing review
\*.md @GrammaTonic
/docs/ @GrammaTonic