diff options
-rw-r--r-- | .github/labeler.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml index dd665e0b9..4919f853b 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,5 +1,5 @@ chore: - - any: ['*'] + - any: ['*', '**/*'] all: ['!packages/*', '!packages/**/*', '!src/*', '!src/**/*', '!types/*', '!types/**/*', '!test/*', '!test/**/*', '!bench/*', '!bench/**/*', '!examples/*', '!examples/**/*'] 'packages:bun': |