diff options
author | Aaron O'Mullan <aaron.omullan@gmail.com> | 2022-03-07 20:57:45 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 20:57:45 +0100 |
commit | 4da964bcaa324e3ff233a71cb8fdf7722ad0bf8e (patch) | |
tree | 428cbb4786e4f601b1f4bb0c200412b85415ff7d | |
parent | 788553bf2f652311a254ee03ef5f70cbf3d6003f (diff) |
chore(CODEOWNERS): add @AaronO on core/ (#13865)
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cb8623963..52c77faff 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,7 +13,7 @@ cli/dts/ @kitsonk cli/lsp/ @dsherret @kitsonk cli/schemas/ @kitsonk cli/tsc/ @kitsonk -core/ @bartlomieju +core/ @AaronO @bartlomieju docs/ @ry ext/ @bartlomieju @crowlKats @lucacasonato @littledivy ext/tls/ @piscisaureus @@ -31,4 +31,4 @@ test_util/wpt/ @lucacasonato test_util/ @bartlomieju third_party/ @bartlomieju tools/ @bartlomieju @dsherret -tools/wpt/ @lucacasonato
\ No newline at end of file +tools/wpt/ @lucacasonato |