From ef559ca27010af2e29f3af33318cecd493ade595 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 18 Feb 2025 22:26:00 +0800 Subject: [PATCH] fix codeowner format to active function --- .github/CODEOWNERS | 3 +-- .prettierignore | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c961053..cfeb094 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1 @@ -congcong.cai@bmw.com -xinquan.xu@partner.bmw.com \ No newline at end of file +* @wasm-ecosystem/assemblyscript-unittest-framework-team diff --git a/.prettierignore b/.prettierignore index 6ea6ca1..7b75e44 100644 --- a/.prettierignore +++ b/.prettierignore @@ -6,3 +6,5 @@ /tests/ts/fixture /third_party /tests/cpp/lit/**/*.json +/.cache +/.github/CODEOWNERS