From: Sofie Van Landeghem Date: Thu, 22 Jan 2026 16:33:46 +0000 (+0100) Subject: 🔧 Ensure that an edit to `uv.lock` gets the `internal` label (#1719) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cb862e7a894013803c9722512ead57be1921933;p=thirdparty%2Ffastapi%2Fsqlmodel.git 🔧 Ensure that an edit to `uv.lock` gets the `internal` label (#1719) Ensure that an edit to uv.lock gets the internal label --- diff --git a/.github/labeler.yml b/.github/labeler.yml index 1af3d5e4..0e1028a0 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -18,6 +18,7 @@ internal: - .pre-commit-config.yaml - pdm_build.py - requirements*.txt + - uv.lock - all-globs-to-all-files: - '!docs/**' - '!sqlmodel/**'