Skip to content

Commit 98e005d

Browse files
committed
wip
1 parent a691ef2 commit 98e005d

File tree

4 files changed

+57
-78
lines changed

4 files changed

+57
-78
lines changed

.github/labeler copy 2.yml

-53
This file was deleted.

.github/labeler copy.yml

-21
This file was deleted.

.github/labeler.yml

+57-3
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,67 @@
11
Action 🚨:
22
- changed-files:
33
- any-glob-to-any-file: '.github/workflows/**'
4+
- any-glob-to-any-file: .github/dependabot.yml
5+
- any-glob-to-any-file: .github/labeler.yml
46

57
Test 🧪:
68
- changed-files:
79
- any-glob-to-any-file:
8-
- packages/**/*.test.ts
9-
- packages/**/*.spec.ts
10+
- 'packages/**/*.test.ts'
11+
- 'packages/**/*.spec.ts'
1012

1113
documentation 📄:
1214
- changed-files:
13-
- any-glob-to-any-file: docs/**/*
15+
- any-glob-to-any-file: 'docs/**/*'
16+
17+
Core:
18+
- changed-files:
19+
- any-glob-to-any-file: 'packages/dflex-core-instance/**'
20+
- all-globs-to-all-files: '!packages/dflex-core-instance/package.json'
21+
22+
DnD:
23+
- changed-files:
24+
- any-glob-to-any-file: 'packages/dflex-dnd/**'
25+
- all-globs-to-all-files: '!packages/dflex-dnd/package.json'
26+
27+
Dom-Gen:
28+
- changed-files:
29+
- any-glob-to-any-file: 'packages/dflex-dom-gen/**'
30+
- all-globs-to-all-files: '!packages/dflex-dom-gen/package.json'
31+
32+
Draggable-only:
33+
- changed-files:
34+
- any-glob-to-any-file: 'packages/dflex-draggable/**'
35+
- all-globs-to-all-files: '!packages/dflex-draggable/package.json'
36+
37+
Store:
38+
- changed-files:
39+
- any-glob-to-any-file: 'packages/dflex-store/**'
40+
- all-globs-to-all-files: '!packages/dflex-store/package.json'
41+
42+
Utils:
43+
- changed-files:
44+
- any-glob-to-any-file: 'packages/dflex-utils/**'
45+
- all-globs-to-all-files: '!packages/dflex-utils/package.json'
46+
47+
- any-glob-to-any-file: 'playgrounds/dflex-e2e-utils/**'
48+
- all-globs-to-all-files: '!playgrounds/dflex-e2e-utils/package.json'
49+
50+
Playground ⚽:
51+
- changed-files:
52+
- any-glob-to-any-file: 'playgrounds/dflex-dnd-playground/**'
53+
- all-globs-to-all-files: '!packages/dflex-dnd-playground/package.json'
54+
55+
- any-glob-to-any-file: 'playgrounds/dflex-next-playground/**'
56+
- all-globs-to-all-files: '!packages/dflex-next-playground/package.json'
57+
58+
- any-glob-to-any-file: 'playgrounds/dflex-draggable-playground/**'
59+
- all-globs-to-all-files: '!packages/dflex-draggable-playground/package.json'
60+
61+
dependencies:
62+
- changed-files:
63+
- any-glob-to-any-file: 'packages/**/package.json'
64+
- any-glob-to-any-file: 'playgrounds/**/package.json'
65+
- any-glob-to-any-file: 'scripts/**/package.json'
66+
67+

.github/workflows/labeler.yml

-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ jobs:
1414
- uses: actions/labeler@v5
1515
with:
1616
repo-token: "${{ secrets.GITHUB_TOKEN }}"
17-
sync-labels: true

0 commit comments

Comments
 (0)