chore: update changes filter to include new lock files and project structure (#5304)

chore: Update changes-filter.yaml to include new lock files and project structure

- Added 'uv.lock' and 'src/backend/base/uv.lock' to the changes filter.
- Included 'src/backend/base/pyproject.toml' for tracking changes in the base directory.
- Adjusted paths to ensure proper monitoring of relevant files in the backend.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-12-17 10:23:55 -03:00 committed by GitHub
commit 89febb2da8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,9 @@ python:
- "src/backend/**"
- "src/backend/**.py"
- "pyproject.toml"
- "poetry.lock"
- "uv.lock"
- "src/backend/base/pyproject.toml"
- "src/backend/base/uv.lock"
- "**/python_test.yml"
components-changes:
- "src/backend/base/langflow/components/**"