diff options
author | 2022-07-31 10:11:26 +0200 | |
---|---|---|
committer | 2022-07-31 01:11:26 -0700 | |
commit | a04c29aaf1b6f35b54c2c74709b88837895d8580 (patch) | |
tree | 033a1829aa352695713311f319e47ebc3c0d94fe | |
parent | af5a062424f187d0885040f429812d9f51bbb511 (diff) | |
download | bun-a04c29aaf1b6f35b54c2c74709b88837895d8580.tar.gz bun-a04c29aaf1b6f35b54c2c74709b88837895d8580.tar.zst bun-a04c29aaf1b6f35b54c2c74709b88837895d8580.zip |
chore: fix labeler (#899)
-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': |