mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
Add factories to autolabeler action
This commit is contained in:
parent
15c71439b6
commit
cd538a4ad8
2
.github/autolabeler.yml
vendored
2
.github/autolabeler.yml
vendored
|
@ -18,5 +18,5 @@ importer: ["/app/Importer/*","/app/Http/Livewire/Importer.php", "resources/views
|
||||||
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"]
|
||||||
docker: ["*docker/*", "Dockerfile", "Dockerfile.alpine", "Dockerfile.fpm-alpine", ".dockerignore", ".env.docker"]
|
docker: ["*docker/*", "Dockerfile", "Dockerfile.alpine", "Dockerfile.fpm-alpine", ".dockerignore", ".env.docker"]
|
||||||
tests: ["/tests/*", "/stubs"]
|
tests: ["/tests/*", "/database/factories/*", "/stubs"]
|
||||||
config: .github
|
config: .github
|
||||||
|
|
Loading…
Reference in a new issue