From b9df2cdabbfcaf25d5bbc805b028ca25196e3362 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Sat, 1 Jul 2023 23:13:35 +0800 Subject: [PATCH] ci: update labeler.yml --- .github/labeler.yml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 7fc60e08d..731861dbf 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -8,14 +8,20 @@ test: - '**/tests/**/*' - '**/__tests__/**/*' -plugin:copilot: - - 'plugins/copilot/**/*' - mod:dev: - 'scripts/**/*' - 'packages/cli/**/*' - 'packages/debug/**/*' +mod:plugin: + - 'plugins/**/*' + +plugin:bookmark-block: + - 'plugins/bookmark-block/**/*' + +plugin:copilot: + - 'plugins/copilot/**/*' + mod:plugin-infra: - 'packages/plugin-infra/**/*' @@ -29,6 +35,10 @@ mod:hooks: 'packages/hooks/**/*' mod:component: 'packages/component/**/*' +mod:storage: 'packages/storage/**/*' + +mod:native: 'packages/native/**/*' + mod:store: - 'packages/jotai/**/*' - '**/atoms/**/*'