From c4e2a7715cd6d28c425d5017a27f64888c661a0f Mon Sep 17 00:00:00 2001 From: Ishin Pavel Date: Fri, 28 Jun 2024 14:00:04 +0300 Subject: [PATCH 1/2] Add klooer as codeowner ets_frontend Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IA95L5?from=project-issue Tests: - Signed-off-by: Ishin Pavel --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 688b2dda5e..3c397df7df 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -11,5 +11,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +* @klooer + [ets2panda] ets2panda/ @egavrin -- Gitee From 2b31fae32aecf0027a7894833815ff5ec9a80385 Mon Sep 17 00:00:00 2001 From: Ishin Pavel Date: Fri, 12 Jul 2024 16:36:59 +0300 Subject: [PATCH 2/2] Update list of the reviewrs Issue https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/IACO4H?from=project-issue Tests: - Signed-off-by: Ishin Pavel --- ets2panda/REVIEWERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ets2panda/REVIEWERS b/ets2panda/REVIEWERS index 3275764baf..9fc6caeae5 100644 --- a/ets2panda/REVIEWERS +++ b/ets2panda/REVIEWERS @@ -20,4 +20,8 @@ /test/ @gavin1012_hw /test262/ @gavin1012_hw /test_ecma_bcopt/ @gavin1012_hw -/ets2panda/linter/ @ragnvald +/test262/run_test262.py @shirunova_viktoria @gavin1012_hw @zhuheng27 +/test262/*.py @shirunova_viktoria @gavin1012_hw @zhuheng27 +/test262/ignored*.txt @shirunova_viktoria @gavin1012_hw @kuchkovairina @zhuheng27 +/test262/*.json @shirunova_viktoria @gavin1012_hw @zhuheng27 +/ets2panda/linter/ @ragnvald -- Gitee