1
1
Action 🚨 :
2
2
- changed-files :
3
3
- 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
4
6
5
7
Test 🧪 :
6
8
- changed-files :
7
9
- any-glob-to-any-file :
8
- - packages/**/*.test.ts
9
- - packages/**/*.spec.ts
10
+ - ' packages/**/*.test.ts'
11
+ - ' packages/**/*.spec.ts'
10
12
11
13
documentation 📄 :
12
14
- 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
+
0 commit comments