From 44f5c1a3f4ccbf433f729a93d402f375d43111db Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Thu, 9 Oct 2025 23:44:45 -0400 Subject: [PATCH] Apply the `dependencies` label for Pipfile changes Since the Pipfile and Pipfile.lock files define Python dependencies for the Lambda, any changed to either of these files should result in the `dependencies` label being applied. --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index b67a39d..c85b14f 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -16,6 +16,7 @@ dependencies: - changed-files: - any-glob-to-any-file: # Add any dependency files used. + - "**/Pipfile*" - .pre-commit-config.yaml - requirements*.txt docker: