From 824271857132533fbee2026ef10d98ecaad0eabd Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Thu, 23 Apr 2026 20:25:28 +0100 Subject: [PATCH] ci: Label PRs touching dependencies --- .forgejo/workflows/auto-labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.forgejo/workflows/auto-labeler.yml b/.forgejo/workflows/auto-labeler.yml index 2f0126399..9505797f5 100644 --- a/.forgejo/workflows/auto-labeler.yml +++ b/.forgejo/workflows/auto-labeler.yml @@ -37,6 +37,9 @@ jobs: if (file.startsWith('pkg/') || file.startsWith('nix/') || file === 'flake.nix' || file === 'flake.lock' || file.startsWith('docker/')) { labelsToAdd.add('Meta/Packaging'); } + if (file === 'Cargo.lock') { + labelsToAdd.add('Dependencies'); + } } if (labelsToAdd.size > 0) {