diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index 60968e7cbf..3184357731 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -1,10 +1,11 @@ -frontend: ["*.js", "*.css", "*.vue", "*.scss", "*.less", "*.blade.*", "resources/views/livewire/*"] +frontend: ["*.js", "*.css", "*.scss", "*.less", "*.blade.*", "resources/views/livewire/*","resources/views/layouts/default.blade.php"] skins: ["*.js", "*.css", "*.scss", "*.less"] css: ["*.css","*.scss", "*.less"] javascript: ["*.js", "package.json", "package.lock"] backend: ["/app/*", "composer.json", "composer.lock"] -translations: ["/resources/lang"] +translations: ["/resources/lang/*"] livewire: ["/app/Http/Livewire/*", "resources/views/livewire/*"] +blade-components: ["resources/views/blade/*"] backups: ["*backup*"] restore: ["*restore*"] saml: ["*saml*"] @@ -16,7 +17,7 @@ api: ["/app/Http/Controllers/Api/*"] notifications: ["/app/Notifications/*"] importer: ["/app/Importer/*","/app/Http/Livewire/Importer.php", "resources/views/livewire/importer.php"] cli / artisan: ["/app/Console/*"] -LDAP: ["*Ldap*", "/app/Console/Commands/Ldap*","/app/Models/Ldap.php"] +LDAP: ["*Ldap*", "/app/Console/Commands/Ldap*","/app/Models/Ldap.php", "/resources/views/users/ldap.blade.php","/resources/views/settings/ldap.blade.php"] docker: ["*docker/*", "Dockerfile", "Dockerfile.alpine", "Dockerfile.fpm-alpine", ".dockerignore", ".env.docker"] tests: ["/tests/*", "/database/factories/*", "/stubs"] config: .github