Skip to content

Commit

Permalink
ci: Update labeler.yml to V5 syntax (#762)
Browse files Browse the repository at this point in the history
  • Loading branch information
teolemon authored Aug 21, 2024
1 parent 8f863a7 commit 86984de
Showing 1 changed file with 29 additions and 17 deletions.
46 changes: 29 additions & 17 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,54 @@
# For reference, please look at https://github.com/actions/labeler

GitHub Actions:
- .github/**/*
- changed-files:
- any-glob-to-any-file: '.github/**/*'

Price addition:
- 'src/views/AddPriceHome.vue'
- 'src/views/AddPriceSingle.vue'
- 'src/views/AddPriceMultiple.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/AddPriceHome.vue'
- any-glob-to-any-file: 'src/views/AddPriceSingle.vue'
- any-glob-to-any-file: 'src/views/AddPriceMultiple.vue'

Brands:
- 'src/views/BrandDetail.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/BrandDetail.vue'

📍 Locations:
- 'src/views/LocationList.vue'
- 'src/views/LocationDetail.vue'
📍 Locations::
- changed-files:
- any-glob-to-any-file: 'src/views/LocationList.vue'
- any-glob-to-any-file: 'src/views/LocationDetail.vue'

🥫 Product page:
- 'src/views/ProductList.vue'
- 'src/views/ProductDetail.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/ProductList.vue'
- any-glob-to-any-file: 'src/views/ProductDetail.vue'

🔍 Search:
- 'src/views/Search.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/Search.vue'

Stats:
- 'src/views/Stats.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/Stats.vue'

User:
- 'src/views/UserList.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/UserList.vue'
- 'src/views/UserDetail.vue'

User dashboard:
- 'src/views/UserDashboard*.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/UserDashboard*.vue'

⚙️ Settings:
- 'src/views/UserSettings.vue'
- changed-files:
- any-glob-to-any-file: 'src/views/UserSettings.vue'

Action menus:
- 'src/components/*ActionMenuButton.vue'
- changed-files:
- any-glob-to-any-file: 'src/components/*ActionMenuButton.vue'

Translations:
- 'src/i18n/**/*'
- changed-files:
- any-glob-to-any-file: 'src/i18n/**/*'

0 comments on commit 86984de

Please sign in to comment.