Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CODEOWNERS #429

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading