From 3cb862e7a894013803c9722512ead57be1921933 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Thu, 22 Jan 2026 17:33:46 +0100 Subject: [PATCH] =?utf8?q?=F0=9F=94=A7=20Ensure=20that=20an=20edit=20to=20?= =?utf8?q?`uv.lock`=20gets=20the=20`internal`=20label=20(#1719)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Ensure that an edit to uv.lock gets the internal label --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) 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/**' -- 2.47.3