Skip to content

Commit 0a8b456

Browse files
authored
chore(ci): revert codeowners architecture-only during code freeze (#1707)
This reverts commit 645a521.
1 parent aeb898b commit 0a8b456

File tree

1 file changed

+41
-2
lines changed

1 file changed

+41
-2
lines changed

CODEOWNERS

Lines changed: 41 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,43 @@
1-
# CODEOWNERS - code freeze
1+
# CODEOWNERS
2+
3+
* @opentdf/maintainers
4+
5+
## Lib
6+
7+
/.github/ @opentdf/architecture @opentdf/maintainers
8+
/lib/ @opentdf/architecture @opentdf/maintainers
9+
/lib/ocrypto @opentdf/architecture
10+
11+
## General
12+
13+
.gitignore @opentdf/maintainers
14+
go.mod @opentdf/maintainers
15+
*.sum @opentdf/maintainers
16+
17+
### Documentation
18+
19+
*.md @opentdf/maintainers
20+
/docs/ @opentdf/maintainers
21+
/examples/ @opentdf/maintainers
22+
23+
## Services
24+
25+
/protocol/go/ @opentdf/architecture @opentdf/maintainers
26+
27+
### Policy
28+
29+
/service/migrations/ @opentdf/cli @opentdf/architecture
30+
/service/policy/ @opentdf/cli @opentdf/architecture
31+
32+
### Key Access Server
33+
34+
/service/kas/ @opentdf/kas @opentdf/architecture
35+
36+
## SDK
37+
38+
/sdk/ @opentdf/go-sdk @opentdf/architecture
39+
40+
## High Security Area
241

3-
* @opentdf/architecture
442
CODEOWNERS @opentdf/architecture @opentdf/security
43+
LICENSE @opentdf/architecture

0 commit comments

Comments
 (0)