-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
28 lines (25 loc) · 1.59 KB
/
Copy pathCODEOWNERS
File metadata and controls
28 lines (25 loc) · 1.59 KB
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
# Code owners (ADR-0023). With branch protection's "Require review from Code Owners", a PR that
# touches any path below needs the owner's approval before it can merge. The last matching pattern
# wins, so the sensitive paths are listed after the catch-all.
#
# Replace @fkazeredo with additional maintainer handles/teams as the team grows.
# Default owner for everything.
* @fkazeredo
# Governance, agent rules and CI/security config — highest scrutiny.
/CLAUDE.md @fkazeredo
/.claude/ @fkazeredo
/.github/ @fkazeredo
/.gitleaks.toml @fkazeredo
/.pre-commit-config.yaml @fkazeredo
/.gitignore @fkazeredo
/SECURITY.md @fkazeredo
/CONTRIBUTING.md @fkazeredo
# Security- and secret-handling code + infra.
/docs/architecture/security.md @fkazeredo
/backend/src/main/java/com/fksoft/infra/security/ @fkazeredo
/backend/src/main/java/com/fksoft/infra/platform/ @fkazeredo
/backend/src/main/resources/application.yml @fkazeredo
/infra/ @fkazeredo
/compose.prod.yaml @fkazeredo
/.env.example @fkazeredo
/.env.prod.example @fkazeredo