-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
31 lines (22 loc) · 789 Bytes
/
CODEOWNERS
File metadata and controls
31 lines (22 loc) · 789 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
# CODEOWNERS — Σ OVERWATCH / DeepSigma
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default — all files
* @8ryanWh1t3
# Runtime engine
/engine/ @8ryanWh1t3
/verifiers/ @8ryanWh1t3
# Core edition package
/src/core/ @8ryanWh1t3
# Enterprise edition surfaces
/enterprise/ @8ryanWh1t3
# Schemas & contracts
/specs/ @8ryanWh1t3
# Policy packs
/policy_packs/ @8ryanWh1t3
# CI / CD
/.github/ @8ryanWh1t3
# Packaging
pyproject.toml @8ryanWh1t3
requirements.txt @8ryanWh1t3
# Security
SECURITY.md @8ryanWh1t3