generated from posva/vite-tailwind-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathlabeler.yml
56 lines (44 loc) · 1.38 KB
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# For reference, please look at https://github.com/actions/labeler
GitHub Actions:
- changed-files:
- any-glob-to-any-file: '.github/**/*'
Price addition:
- changed-files:
- any-glob-to-any-file: 'src/views/PriceAddHome.vue'
- any-glob-to-any-file: 'src/views/PriceAddSingle.vue'
- any-glob-to-any-file: 'src/views/PriceAddMultiple.vue'
Brands:
- changed-files:
- any-glob-to-any-file: 'src/views/BrandDetail.vue'
📍 Locations:
- changed-files:
- any-glob-to-any-file: 'src/views/LocationList.vue'
- any-glob-to-any-file: 'src/views/LocationDetail.vue'
🥫 Product page:
- changed-files:
- any-glob-to-any-file: 'src/views/ProductList.vue'
- any-glob-to-any-file: 'src/views/ProductDetail.vue'
🔍 Search:
- changed-files:
- any-glob-to-any-file: 'src/views/Search.vue'
Stats:
- changed-files:
- any-glob-to-any-file: 'src/views/Stats.vue'
User:
- changed-files:
- any-glob-to-any-file: 'src/views/UserList.vue'
- any-glob-to-any-file: 'src/views/UserDetail.vue'
User dashboard:
- changed-files:
- any-glob-to-any-file: 'src/views/UserDashboard*.vue'
⚙️ Settings:
- changed-files:
- any-glob-to-any-file: 'src/views/Settings.vue'
Action menus:
- changed-files:
- any-glob-to-any-file: 'src/components/*ActionMenuButton.vue'
Translations:
- all:
- changed-files:
- any-glob-to-any-file: 'src/i18n/**/*'
- all-globs-to-all-files: '!src/i18n/locales/en.json'