-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
24 lines (18 loc) · 756 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
24 lines (18 loc) · 756 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
# CODEOWNERS for Implicit Interaction Intelligence (I3)
# Docs: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
#
# The last matching pattern wins. Keep the most specific rules at the bottom.
# Default owner for everything in the repo.
* @abailey81
# Core model + router subsystems.
/i3/slm/ @abailey81
/i3/router/ @abailey81
/i3/privacy/ @abailey81
# Deployment, infrastructure, and packaging.
/deploy/ @abailey81
# Documentation.
/docs/ @abailey81
# GitHub configuration, workflows, policies.
/.github/ @abailey81
# Security policy must always be reviewed by a security owner.
/SECURITY.md @abailey81