Skip to content

Commit

Permalink
Update CODEOWNERS (#429)
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Hinek <[email protected]>
  • Loading branch information
frankhinek authored Feb 23, 2024
1 parent 2b90468 commit 60411c9
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
# This CODEOWNERS file denotes the project leads
# and encodes their responsibilities for code review.

# Instructions: At a minimum, replace the '@GITHUB_USER_NAME_GOES_HERE'
# here with at least one project lead.

# 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

# -----------------------------------------------
# BELOW THIS LINE ARE TEMPLATES, UNUSED
# -----------------------------------------------
# Order is important. The last matching pattern has the most precedence.
# So if a pull request only touches javascript files, only these owners
# will be requested to review.
# *.js @octocat @github/js

# You can also use email addresses if you prefer.
# docs/* [email protected]
# 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

0 comments on commit 60411c9

Please sign in to comment.