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.
This commit is contained in:
MyPrototypeWhat 2025-09-15 12:34:56 +08:00
parent c936bddfe7
commit bf2f6ddd7f

6
.github/CODEOWNERS vendored
View File

@ -3,7 +3,9 @@
/packages/shared/IpcChannel.ts @0xfullex /packages/shared/IpcChannel.ts @0xfullex
/src/main/ipc.ts @0xfullex /src/main/ipc.ts @0xfullex
/migrations/ @0xfullex /migrations/ @0xfullex
/packages/shared/data/ @0xfullex /packages/shared/data/ @0xfullex
/src/main/data/ @0xfullex /src/main/data/ @0xfullex
/src/renderer/src/data/ @0xfullex /src/renderer/src/data/ @0xfullex
/packages/ui/ @MyPrototypeWhat