From cd538a4ad895ab2a76c79929a4ba36f3066fa821 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Tue, 19 Sep 2023 16:07:26 -0700 Subject: [PATCH] Add factories to autolabeler action --- .github/autolabeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/autolabeler.yml b/.github/autolabeler.yml index a27d5fe5f..60968e7cb 100644 --- a/.github/autolabeler.yml +++ b/.github/autolabeler.yml @@ -18,5 +18,5 @@ importer: ["/app/Importer/*","/app/Http/Livewire/Importer.php", "resources/views cli / artisan: ["/app/Console/*"] LDAP: ["*Ldap*", "/app/Console/Commands/Ldap*","/app/Models/Ldap.php"] docker: ["*docker/*", "Dockerfile", "Dockerfile.alpine", "Dockerfile.fpm-alpine", ".dockerignore", ".env.docker"] -tests: ["/tests/*", "/stubs"] +tests: ["/tests/*", "/database/factories/*", "/stubs"] config: .github