diff --git a/.github/labeler.yml b/.github/labeler.yml index 0b48f79599c..0b03bddfdbd 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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/**/*'