Skip to content

Commit

Permalink
update codeowners (#841)
Browse files Browse the repository at this point in the history
* add me as codeowner

* Update CODEOWNERS

* Update CODEOWNERS
  • Loading branch information
shamilovtim authored Aug 14, 2024
1 parent 203cfd2 commit fcdbbf1
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,19 @@
# The format is described: https://github.blog/2017-07-06-introducing-code-owners/

# These owners will be the default owners for all directories in the repo that do not have a designated owner.
* @frankhinek @csuwildcat @mistermoe @thehenrytsai @lirancohen
* @frankhinek @csuwildcat @mistermoe @thehenrytsai @lirancohen @shamilovtim

# These are owners who can approve folders under the root directory and other CICD and QoL directories.
# Should be the union list of all owners of sub-directories, optionally minus the default owners.
/* @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal
/.changeset @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal
/.codesandbox @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal
/.github @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal
/.vscode @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal
/scripts @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal
/** @csuwildcat @lirancohen @thehenrytsai @shamilovtim @nitro-neal

# These are owners of any file in the `common`, `crypto`, `crypto-aws-kms`, `dids`, and
# `credentials` packages and their sub-directories.
/packages/common @csuwildcat @thehenrytsai @nitro-neal
/packages/crypto @csuwildcat @thehenrytsai @nitro-neal
/packages/crypto-aws-kms @csuwildcat @thehenrytsai @nitro-neal
/packages/dids @csuwildcat @thehenrytsai @nitro-neal
/packages/credentials @csuwildcat @thehenrytsai @nitro-neal
/packages/common @csuwildcat @thehenrytsai @nitro-neal @shamilovtim @lirancohen
/packages/crypto @csuwildcat @thehenrytsai @nitro-neal @shamilovtim @lirancohen
/packages/crypto-aws-kms @csuwildcat @thehenrytsai @nitro-neal @shamilovtim @lirancohen
/packages/dids @csuwildcat @thehenrytsai @nitro-neal @shamilovtim @lirancohen
/packages/credentials @csuwildcat @thehenrytsai @nitro-neal @shamilovtim @lirancohen

# These are owners of any file in the `agent`, `user-agent`, `proxy-agent`, `identity-agent`, and
# `api` packages and their sub-directories.
Expand Down

0 comments on commit fcdbbf1

Please sign in to comment.