Skip to content

Commit

Permalink
chore(ci): codeowners architecture-only during code freeze (#1662)
Browse files Browse the repository at this point in the history
Locks down platform CODEOWNERS to @opentdf/architecture alone during
code freeze for release.

---------

Co-authored-by: Ryan Schumacher <[email protected]>
  • Loading branch information
jakedoublev and jrschumacher authored Oct 17, 2024
1 parent c58df5d commit 645a521
Showing 1 changed file with 2 additions and 41 deletions.
43 changes: 2 additions & 41 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,43 +1,4 @@
# CODEOWNERS

* @opentdf/maintainers

## Lib

/.github/ @opentdf/architecture @opentdf/maintainers
/lib/ @opentdf/architecture @opentdf/maintainers
/lib/ocrypto @opentdf/architecture

## General

.gitignore @opentdf/maintainers
go.mod @opentdf/maintainers
*.sum @opentdf/maintainers

### Documentation

*.md @opentdf/maintainers
/docs/ @opentdf/maintainers
/examples/ @opentdf/maintainers

## Services

/protocol/go/ @opentdf/architecture @opentdf/maintainers

### Policy

/service/migrations/ @opentdf/cli @opentdf/architecture
/service/policy/ @opentdf/cli @opentdf/architecture

### Key Access Server

/service/kas/ @opentdf/kas @opentdf/architecture

## SDK

/sdk/ @opentdf/go-sdk @opentdf/architecture

## High Security Area
# CODEOWNERS - code freeze

* @opentdf/architecture
CODEOWNERS @opentdf/architecture @opentdf/security
LICENSE @opentdf/architecture

0 comments on commit 645a521

Please sign in to comment.