Skip to content

Commit ae47387

Browse files
committed
wip
1 parent 3fb8d29 commit ae47387

File tree

1 file changed

+30
-24
lines changed

1 file changed

+30
-24
lines changed

.github/labeler.yml

+30-24
Original file line numberDiff line numberDiff line change
@@ -21,43 +21,49 @@ Core:
2121
- all-globs-to-all-files: '!packages/dflex-core-instance/package.json'
2222

2323
DnD:
24-
- changed-files:
25-
- any-glob-to-any-file: 'packages/dflex-dnd/**'
26-
- all-globs-to-all-files: '!packages/dflex-dnd/package.json'
24+
- all:
25+
- changed-files:
26+
- any-glob-to-any-file: 'packages/dflex-dnd/**'
27+
- all-globs-to-all-files: '!packages/dflex-dnd/package.json'
2728

2829
Dom-Gen:
29-
- changed-files:
30-
- any-glob-to-any-file: 'packages/dflex-dom-gen/**'
31-
- all-globs-to-all-files: '!packages/dflex-dom-gen/package.json'
30+
- all:
31+
- changed-files:
32+
- any-glob-to-any-file: 'packages/dflex-dom-gen/**'
33+
- all-globs-to-all-files: '!packages/dflex-dom-gen/package.json'
3234

3335
Draggable-only:
34-
- changed-files:
35-
- any-glob-to-any-file: 'packages/dflex-draggable/**'
36-
- all-globs-to-all-files: '!packages/dflex-draggable/package.json'
36+
- all:
37+
- changed-files:
38+
- any-glob-to-any-file: 'packages/dflex-draggable/**'
39+
- all-globs-to-all-files: '!packages/dflex-draggable/package.json'
3740

3841
Store:
39-
- changed-files:
40-
- any-glob-to-any-file: 'packages/dflex-store/**'
41-
- all-globs-to-all-files: '!packages/dflex-store/package.json'
42+
- all:
43+
- changed-files:
44+
- any-glob-to-any-file: 'packages/dflex-store/**'
45+
- all-globs-to-all-files: '!packages/dflex-store/package.json'
4246

4347
Utils:
44-
- changed-files:
45-
- any-glob-to-any-file: 'packages/dflex-utils/**'
46-
- all-globs-to-all-files: '!packages/dflex-utils/package.json'
48+
- all:
49+
- changed-files:
50+
- any-glob-to-any-file: 'packages/dflex-utils/**'
51+
- all-globs-to-all-files: '!packages/dflex-utils/package.json'
4752

48-
- any-glob-to-any-file: 'playgrounds/dflex-e2e-utils/**'
49-
- all-globs-to-all-files: '!playgrounds/dflex-e2e-utils/package.json'
53+
- any-glob-to-any-file: 'playgrounds/dflex-e2e-utils/**'
54+
- all-globs-to-all-files: '!playgrounds/dflex-e2e-utils/package.json'
5055

5156
Playground ⚽:
52-
- changed-files:
53-
- any-glob-to-any-file: 'playgrounds/dflex-dnd-playground/**'
54-
- all-globs-to-all-files: '!packages/dflex-dnd-playground/package.json'
57+
- all:
58+
- changed-files:
59+
- any-glob-to-any-file: 'playgrounds/dflex-dnd-playground/**'
60+
- all-globs-to-all-files: '!packages/dflex-dnd-playground/package.json'
5561

56-
- any-glob-to-any-file: 'playgrounds/dflex-next-playground/**'
57-
- all-globs-to-all-files: '!packages/dflex-next-playground/package.json'
62+
- any-glob-to-any-file: 'playgrounds/dflex-next-playground/**'
63+
- all-globs-to-all-files: '!packages/dflex-next-playground/package.json'
5864

59-
- any-glob-to-any-file: 'playgrounds/dflex-draggable-playground/**'
60-
- all-globs-to-all-files: '!packages/dflex-draggable-playground/package.json'
65+
- any-glob-to-any-file: 'playgrounds/dflex-draggable-playground/**'
66+
- all-globs-to-all-files: '!packages/dflex-draggable-playground/package.json'
6167

6268
dependencies:
6369
- changed-files:

0 commit comments

Comments
 (0)