-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
23 lines (17 loc) · 553 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
23 lines (17 loc) · 553 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# SPDX-License-Identifier: MPL-2.0
# flat-mate CODEOWNERS
# See https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything in the repo
* @hyperpolymath
# API layer
apps/api/ @hyperpolymath
# Web client
apps/web/ @hyperpolymath
# Mobile client
apps/mobile/ @hyperpolymath
# Shared domain package
packages/shared/ @hyperpolymath
# Infrastructure and config
.github/ @hyperpolymath
.machine_readable/ @hyperpolymath
.well-known/ @hyperpolymath