diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-03-16 16:26:09 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 16:26:09 +0530 |
commit | 426ca98527185a68afb54c0cc943b61cfa851cd5 (patch) | |
tree | d3f425bbec380bfddab786eca9bf5d44d369273a | |
parent | 895e47429578f48d1e245a8889f9be10dc522a4b (diff) |
chore: add CODEOWNERS for `deno_ops` (#13982)
-rw-r--r-- | .github/CODEOWNERS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 52c77faff..5e65eca0d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ .devcontainer/ @kitsonk -bench_util/ @AaronO +bench_util/ @AaronO @littledivy cli/ @bartlomieju cli/ast/ @dsherret @kitsonk cli/dts/ @kitsonk @@ -23,6 +23,7 @@ ext/web/ @crowlKats @lucacasonato ext/webidl/ @lucacasonato ext/webgpu/ @crowlKats @lucacasonato ext/ffi/ @littledivy @piscisaureus +ops/ @littledivy @AaronO runtime/ @bartlomieju serde_v8/ @AaronO test_ffi/ @bartlomieju @littledivy |