From fcdbbf160474af2c3234d8b0210590666f1cb3d1 Mon Sep 17 00:00:00 2001 From: Tim Shamilov Date: Wed, 14 Aug 2024 10:47:58 -0400 Subject: [PATCH] update codeowners (#841) * add me as codeowner * Update CODEOWNERS * Update CODEOWNERS --- CODEOWNERS | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 05282e1b5..440d9cff9 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -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.