-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
32 lines (27 loc) · 919 Bytes
/
CODEOWNERS
File metadata and controls
32 lines (27 loc) · 919 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 Owners - BlackRoad OS
#
# These owners will be automatically requested for review when someone
# opens a pull request that modifies code in specific areas.
#
# Each line is a file pattern followed by one or more owners.
# Global ownership
* @blackboxprogramming
# Compliance and security
/compliance/** @blackboxprogramming
/security/** @blackboxprogramming
/.github/SECURITY.md @blackboxprogramming
/SECURITY.md @blackboxprogramming
# Documentation
/docs/** @blackboxprogramming
/README.md @blackboxprogramming
/CONTRIBUTING.md @blackboxprogramming
# Infrastructure and deployment
/infrastructure/** @blackboxprogramming
/.github/workflows/** @blackboxprogramming
/terraform/** @blackboxprogramming
/cloudflare/** @blackboxprogramming
# Critical configuration files
/.github/** @blackboxprogramming
/package.json @blackboxprogramming
/tsconfig.json @blackboxprogramming
/wrangler.toml @blackboxprogramming