Skip to content

Commit 26b1ab6

Browse files
committed
chore: wip
1 parent fff7318 commit 26b1ab6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/labeler.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ api:
55
art:
66
- .stacks/art/**
77

8+
deps:
9+
- any: ['./package.json', './pnpm-lock.yaml', './**/package.json']
10+
811
core:
9-
- .stacks/**
12+
- any: [ '.stacks/**', '!.stacks/**/package.json' ]
1013

1114
fonts:
12-
- any: ['.stacks/fonts/**', '!.stacks/fonts/package.json']
15+
- any: ['.stacks/fonts/**', '!.stacks/fonts/**/package.json']
1316

1417
ide:
1518
- any: ['.stacks/ide/**', '!.stacks/ide/package.json']
@@ -24,7 +27,7 @@ libs:
2427
- any: ['.stacks/libs/**', '!.stacks/libs/**/package.json']
2528

2629
components:
27-
- .stacks/libs/components/**
30+
- - any: ['.stacks/libs/components/**', '!.stacks/libs/components/**/package.json']
2831
- resources/components/**
2932

3033
entries:
@@ -117,8 +120,8 @@ dns:
117120
- any: ['.stacks/core/dns/**', '!.stacks/core/dns/package.json']
118121

119122
docs:
120-
- .stacks/docs/**
121123
- any: ['.stacks/core/docs/**', '!.stacks/core/docs/package.json']
124+
- any: ['.stacks/docs/**', '!.stacks/docs/package.json']
122125
- resources/docs/**
123126
- config/docs.ts
124127

0 commit comments

Comments
 (0)