From 44e01e5ad4bbafc0630bd7cca1476e81cba3ac5b Mon Sep 17 00:00:00 2001 From: fullex <106392080+0xfullex@users.noreply.github.com> Date: Mon, 27 Oct 2025 09:35:08 +0800 Subject: [PATCH] chore: add CODEOWNERS for databases directories --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cf0ef66028..4596fc41d6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ /src/renderer/src/store/ @0xfullex +/src/renderer/src/databases/ @0xfullex /src/main/services/ConfigManager.ts @0xfullex /packages/shared/IpcChannel.ts @0xfullex -/src/main/ipc.ts @0xfullex \ No newline at end of file +/src/main/ipc.ts @0xfullex