ci: Label PRs touching dependencies

This commit is contained in:
Jade Ellis
2026-04-23 20:25:28 +01:00
parent 03db067aab
commit 8242718571
+3
View File
@@ -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) {