From f8b9396c2c593cc54be747250b85ad191d4eccf4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Wed, 29 Oct 2025 11:21:51 +0100 Subject: [PATCH] gha/labeler: Fix dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Make sure that ALL (not ANY) conditions are satisfied Signed-off-by: Paweł Gronowski --- .github/labeler.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index c547c567fe..f4399355f5 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -134,6 +134,7 @@ area/docs: - 'man/**' area/dependencies: +- all: - changed-files: - any-glob-to-any-file: - 'go.mod'