-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
25 lines (20 loc) · 666 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
25 lines (20 loc) · 666 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
# SPDX-License-Identifier: MPL-2.0
# CODEOWNERS - Define code review assignments
# See: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repositorys-settings/about-code-owners
# Default owner for everything
* @hyperpolymath
# Security-sensitive files require explicit review
SECURITY.md @hyperpolymath
.github/workflows/ @hyperpolymath
.machine_readable/ @hyperpolymath
www/.well-known/ @hyperpolymath
container/ @hyperpolymath
ffi/ @hyperpolymath
# Ada/SPARK code
src/ @hyperpolymath
# Documentation
docs/ @hyperpolymath
*.adoc @hyperpolymath
# Configuration
*.gpr @hyperpolymath
Justfile @hyperpolymath