mirror of
https://github.com/snipe/snipe-it.git
synced 2026-02-04 08:05:23 +00:00
Small autolabeler improvements
This commit is contained in:
7
.github/autolabeler.yml
vendored
7
.github/autolabeler.yml
vendored
@ -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"]
|
skins: ["*.js", "*.css", "*.scss", "*.less"]
|
||||||
css: ["*.css","*.scss", "*.less"]
|
css: ["*.css","*.scss", "*.less"]
|
||||||
javascript: ["*.js", "package.json", "package.lock"]
|
javascript: ["*.js", "package.json", "package.lock"]
|
||||||
backend: ["/app/*", "composer.json", "composer.lock"]
|
backend: ["/app/*", "composer.json", "composer.lock"]
|
||||||
translations: ["/resources/lang"]
|
translations: ["/resources/lang/*"]
|
||||||
livewire: ["/app/Http/Livewire/*", "resources/views/livewire/*"]
|
livewire: ["/app/Http/Livewire/*", "resources/views/livewire/*"]
|
||||||
|
blade-components: ["resources/views/blade/*"]
|
||||||
backups: ["*backup*"]
|
backups: ["*backup*"]
|
||||||
restore: ["*restore*"]
|
restore: ["*restore*"]
|
||||||
saml: ["*saml*"]
|
saml: ["*saml*"]
|
||||||
@ -16,7 +17,7 @@ api: ["/app/Http/Controllers/Api/*"]
|
|||||||
notifications: ["/app/Notifications/*"]
|
notifications: ["/app/Notifications/*"]
|
||||||
importer: ["/app/Importer/*","/app/Http/Livewire/Importer.php", "resources/views/livewire/importer.php"]
|
importer: ["/app/Importer/*","/app/Http/Livewire/Importer.php", "resources/views/livewire/importer.php"]
|
||||||
cli / artisan: ["/app/Console/*"]
|
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"]
|
docker: ["*docker/*", "Dockerfile", "Dockerfile.alpine", "Dockerfile.fpm-alpine", ".dockerignore", ".env.docker"]
|
||||||
tests: ["/tests/*", "/database/factories/*", "/stubs"]
|
tests: ["/tests/*", "/database/factories/*", "/stubs"]
|
||||||
config: .github
|
config: .github
|
||||||
|
|||||||
Reference in New Issue
Block a user