7 lines
243 B
Text
7 lines
243 B
Text
# Forgejo uses Go-style regular expressions in CODEOWNERS.
|
|
# Invariant and architecture changes require review from the repository owner.
|
|
^tests/invariants/.* @Elijah
|
|
^docs/adr/.* @Elijah
|
|
^api/openapi\.yaml$ @Elijah
|
|
^db/migrations/.* @Elijah
|
|
|