Files
sqlmodel/.github/labeler.yml
Sofie Van Landeghem 3cb862e7a8 🔧 Ensure that an edit to uv.lock gets the internal label (#1719)
Ensure that an edit to uv.lock gets the internal label
2026-01-22 17:33:46 +01:00

26 lines
534 B
YAML

docs:
- all:
- changed-files:
- any-glob-to-any-file:
- docs/**
- docs_src/**
- all-globs-to-all-files:
- '!sqlmodel/**'
- '!pyproject.toml'
internal:
- all:
- changed-files:
- any-glob-to-any-file:
- .github/**
- scripts/**
- .gitignore
- .pre-commit-config.yaml
- pdm_build.py
- requirements*.txt
- uv.lock
- all-globs-to-all-files:
- '!docs/**'
- '!sqlmodel/**'
- '!pyproject.toml'