generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 56
/
CODEOWNERS
Validating CODEOWNERS rules...
35 lines (29 loc) · 2.14 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# This CODEOWNERS file denotes the project leads
# and encodes their responsibilities for code review.
# Lines starting with '#' are comments.
# Each line is a file pattern followed by one or more owners.
# 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
# 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 @diehuxx @shamilovtim @nitro-neal
/.changeset @csuwildcat @lirancohen @thehenrytsai @diehuxx @shamilovtim @nitro-neal
/.codesandbox @csuwildcat @lirancohen @thehenrytsai @diehuxx @shamilovtim @nitro-neal
/.github @csuwildcat @lirancohen @thehenrytsai @diehuxx @shamilovtim @nitro-neal
/.vscode @csuwildcat @lirancohen @thehenrytsai @diehuxx @shamilovtim @nitro-neal
/scripts @csuwildcat @lirancohen @thehenrytsai @diehuxx @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 @diehuxx @thehenrytsai @nitro-neal
/packages/crypto @csuwildcat @diehuxx @thehenrytsai
/packages/crypto-aws-kms @csuwildcat @diehuxx @thehenrytsai
/packages/dids @csuwildcat @diehuxx @thehenrytsai @nitro-neal
/packages/credentials @csuwildcat @diehuxx @thehenrytsai @nitro-neal
# These are owners of any file in the `agent`, `user-agent`, `proxy-agent`, `identity-agent`, and
# `api` packages and their sub-directories.
/packages/agent @lirancohen @csuwildcat @shamilovtim
/packages/proxy-agent @lirancohen @csuwildcat @shamilovtim
/packages/user-agent @lirancohen @csuwildcat @shamilovtim
/packages/identity-agent @lirancohen @csuwildcat @shamilovtim
/packages/api @lirancohen @csuwildcat @shamilovtim @nitro-neal