Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: fix labeler Github Action #761

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
82 changes: 53 additions & 29 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,42 +1,66 @@
# For reference, please look at https://github.com/actions/labeler

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

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

Brands:
- 'src/views/BrandDetail.vue'
'Brands':
- 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'
- 'src/views/LocationDetail.vue'

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

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

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

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

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

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

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

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