Skip to content

Commit b31dac7

Browse files
committed
chore(labeler): fix area/storage filter
Signed-off-by: CrazyMax <[email protected]>
1 parent 0106665 commit b31dac7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/labeler.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ area/api:
3232

3333
# area:storage
3434
area/storage:
35-
- changed-files:
36-
- any-glob-to-any-file:
37-
- 'cache/**'
38-
- 'snapshot/**'
39-
- all-globs-to-all-files: '!cache/remotecache/**'
35+
- all:
36+
- changed-files:
37+
- any-glob-to-any-file:
38+
- 'cache/**'
39+
- 'snapshot/**'
40+
- all-globs-to-all-files: '!cache/remotecache/**'
4041

4142
# area:remotecache
4243
area/remotecache:

0 commit comments

Comments
 (0)