From 72def7dde74c2611b5144fc65603e65ec814acd5 Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Wed, 26 Apr 2023 09:49:37 -0400 Subject: [PATCH] update maintainers and codeowners (#424) * update maintainers and codeowners Signed-off-by: Derek Ho * remove kyle Signed-off-by: Derek Ho --------- Signed-off-by: Derek Ho --- .github/CODEOWNERS | 2 ++ CODEOWNERS | 2 -- MAINTAINERS.md | 13 ++++++++++--- 3 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 .github/CODEOWNERS delete mode 100644 CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000000..a3119089f2 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams +* @pjfitzgibbons @ps48 @kavithacm @derek-ho @joshuali925 @dai-chen @YANG-DB @rupal-bq @mengweieric @vamsi-amazon @swiddis @penghuo @seankao-az \ No newline at end of file diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 1f9a96bf70..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -# This should match the owning team set up in https://github.com/orgs/opensearch-project/teams -* @pjfitzgibbons @anirudha @ps48 @kavithacm @derek-ho @joshuali925 @dai-chen @YANG-DB @rupal-bq @mengweieric @vamsi-amazon @swiddis \ No newline at end of file diff --git a/MAINTAINERS.md b/MAINTAINERS.md index f124096678..e57d634a80 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -6,17 +6,20 @@ This document contains a list of maintainers in this repo. See [opensearch-proje | Maintainer | GitHub ID | Affiliation | | ----------------- | ------------------------------------------------- | ----------- | -| David Cui | [davidcui1225](https://github.com/davidcui1225) | Amazon | | Eric Wei | [mengweieric](https://github.com/mengweieric) | Amazon | | Joshua Li | [joshuali925](https://github.com/joshuali925) | Amazon | | Shenoy Pratik | [ps48](https://github.com/ps48) | Amazon | | Kavitha Mohan | [kavithacm](https://github.com/kavithacm) | Amazon | -| Eugene Lee | [eugenesk24](https://github.com/eugenesk24) | Amazon | | Rupal Mahajan | [rupal-bq](https://github.com/rupal-bq) | Amazon | | Derek Ho | [derek-ho](https://github.com/derek-ho) | Amazon | | Lior Perry | [YANG-DB](https://github.com/YANG-DB) | Amazon | | Peter Fitzgibbons | [pjfitzgibbons](https://github.com/pjfitzgibbons) | Amazon | -| Simeon Widdis | [swiddis] (https://github.com/swiddis) | Amazon | +| Simeon Widdis | [swiddis](https://github.com/swiddis) | Amazon | +| Chen Dai | [dai-chen](https://github.com/dai-chen) | Amazon | +| Vamsi Manohar | [vamsi-amazon](https://github.com/vamsi-amazon) | Amazon | +| Peng Huo | [penghuo](https://github.com/penghuo) | Amazon | +| Sean Kao | [seankao-az](https://github.com/seankao-az) | Amazon | + ## Emeritus Maintainers @@ -25,3 +28,7 @@ This document contains a list of maintainers in this repo. See [opensearch-proje | Charlotte Henkle | [CEHENKLE](https://github.com/CEHENKLE) | Amazon | | Anirudha Jadhav | [anirudha](https://github.com/anirudha) | Amazon | | Nick Knize | [nknize](https://github.com/nknize) | Amazon | +| David Cui | [davidcui1225](https://github.com/davidcui1225) | Amazon | +| Eugene Lee | [eugenesk24](https://github.com/eugenesk24) | Amazon | +| Zhongnan Su | [zhongnansu](https://github.com/zhongnansu) | Amazon | +| Sean Li | [sejli](https://github.com/sejli) | Amazon | \ No newline at end of file