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/**/*'