Skip to content

Commit 645a521

Browse files
chore(ci): codeowners architecture-only during code freeze (#1662)
Locks down platform CODEOWNERS to @opentdf/architecture alone during code freeze for release. --------- Co-authored-by: Ryan Schumacher <[email protected]>
1 parent c58df5d commit 645a521

File tree

1 file changed

+2
-41
lines changed

1 file changed

+2
-41
lines changed

CODEOWNERS

Lines changed: 2 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,4 @@
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
1+
# CODEOWNERS - code freeze
412

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

0 commit comments

Comments
 (0)