-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (21 loc) · 919 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
25 lines (21 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
# CODEOWNERS — automatic review requests
# Docs: https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# The last matching pattern wins for any file.
# Default owner — everything not matched below
* @nirholas
# Workspaces
/packages/core/ @nirholas
/packages/monitor/ @nirholas
/packages/channel/ @nirholas
/packages/claim/ @nirholas
/packages/tracker/ @nirholas
/packages/web/ @nirholas
# Tooling + security-sensitive paths
/tools/ @nirholas
/security/ @nirholas
/SECURITY.md @nirholas
/.github/ @nirholas
# Docs + tutorials — light touch, but still owned
/docs/ @nirholas
/tutorials/ @nirholas