From 3391bc514757a78bf6cbe8e87747d7a0716fb434 Mon Sep 17 00:00:00 2001 From: TaiJuWu Date: Thu, 19 Sep 2024 01:53:43 +0000 Subject: [PATCH] exclude mirror from connect module --- .github/labeler.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 3ca3cece3b531..56b3a09baa6ce 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -26,9 +26,12 @@ clients: - 'clients/**' connect: -- changed-files: - - any-glob-to-any-file: - - 'connect/**' +- all: + - changed-files: + - any-glob-to-any-file: + - 'connect/**/*' + - all-globs-to-all-files: + - '!connect/mirror/*' mirror-maker-2: - changed-files: