From 4b22807a0fc40441ab661ebdf306e9883f4db74e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Gronowski?= Date: Mon, 20 Oct 2025 23:47:35 +0200 Subject: [PATCH] gha/labeler: Exclude client and api modules from dependencies label MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevent applying `area/dependencies` when the `client` and `api` modules are changed. Due to the replace rule present for these modules, we have to revendor them with each change which would trigger the previous rule. Signed-off-by: Paweł Gronowski --- .github/labeler.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/labeler.yml b/.github/labeler.yml index 6cf5cc7cc6..c547c567fe 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -139,6 +139,9 @@ area/dependencies: - 'go.mod' - 'go.sum' - 'vendor/**' + - all-globs-to-all-files: + - '!client/**' + - '!api/**' area/ci: - changed-files: