From bf2f6ddd7f8189c173f27cce30b1c70644a69eb5 Mon Sep 17 00:00:00 2001 From: MyPrototypeWhat Date: Mon, 15 Sep 2025 12:34:56 +0800 Subject: [PATCH] chore: update CODEOWNERS to include new UI package ownership - Added ownership for the /packages/ui/ directory to @MyPrototypeWhat. - Ensured consistent ownership assignment across relevant directories. --- .github/CODEOWNERS | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6eed0b8dba..1957bd3e25 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,9 @@ /packages/shared/IpcChannel.ts @0xfullex /src/main/ipc.ts @0xfullex -/migrations/ @0xfullex +/migrations/ @0xfullex /packages/shared/data/ @0xfullex /src/main/data/ @0xfullex -/src/renderer/src/data/ @0xfullex \ No newline at end of file +/src/renderer/src/data/ @0xfullex + +/packages/ui/ @MyPrototypeWhat