generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 57
/
CODEOWNERS
Validating CODEOWNERS rules...
25 lines (21 loc) · 1.42 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
# 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 everything in the repo.
* @frankhinek @csuwildcat @mistermoe
# These are owners of any file in the `common`, `crypto`, `crypto-aws-kms`, `dids`, and
# `credentials` packages and their sub-directories.
/packages/common @jiyoontbd @diehuxx @mistermoe @frankhinek
/packages/crypto @jiyoontbd @diehuxx @mistermoe @frankhinek
/packages/crypto-aws-kms @jiyoontbd @diehuxx @mistermoe @frankhinek
/packages/dids @jiyoontbd @diehuxx @mistermoe @frankhinek
/packages/credentials @jiyoontbd @diehuxx @mistermoe @frankhinek
# 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 @thehenrytsai @frankhinek @csuwildcat @mistermoe
/packages/proxy-agent @lirancohen @thehenrytsai @frankhinek @csuwildcat @mistermoe
/packages/user-agent @lirancohen @thehenrytsai @frankhinek @csuwildcat @mistermoe
/packages/identity-agent @lirancohen @thehenrytsai @frankhinek @csuwildcat @mistermoe
/packages/api @lirancohen @thehenrytsai @frankhinek @csuwildcat @mistermoe