From 5b1e1be295f1ff46d135e80eab044a38ef7cf2a4 Mon Sep 17 00:00:00 2001 From: cristhianzl Date: Thu, 12 Dec 2024 12:03:40 -0300 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(changes-filter.yaml):=20add=20new?= =?UTF-8?q?=20directory=20'src/backend/base/langflow/custom/'=20to=20the?= =?UTF-8?q?=20list=20of=20directories=20to=20be=20included=20in=20starter?= =?UTF-8?q?=20projects.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/changes-filter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/changes-filter.yaml b/.github/changes-filter.yaml index 0221a5b2211d..255ff8b43f7f 100644 --- a/.github/changes-filter.yaml +++ b/.github/changes-filter.yaml @@ -22,6 +22,7 @@ starter-projects: - "src/backend/base/langflow/initial_setup/**" - "src/backend/base/langflow/components/**" - "src/backend/base/langflow/services/**" + - "src/backend/base/langflow/custom/**" - "src/frontend/src/pages/MainPage/**" - "src/frontend/src/utils/reactflowUtils.ts" - "src/frontend/tests/extended/features/**"