From 90747c2098cbc8e160237c3782c6b635e6985b8f Mon Sep 17 00:00:00 2001 From: Ayesh Karunaratne Date: Tue, 7 Apr 2026 14:11:30 +0530 Subject: [PATCH] Labeler: Fix glob patterns with negative patterns Second follow-up to GH-16915, because it caused all files changed other than the excluded directories in the `.github` directory to be labelled as `Category: CI`. --- .github/labeler.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 01d5aadf2c0f..e9731352c8cc 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -23,10 +23,14 @@ "Category: CI": - changed-files: - any-glob-to-any-file: - - .circleci/** - - .github/** - - '!.github/lsan-suppressions.txt' - - '!.github/ISSUE_TEMPLATE/**' + - .circleci/* + - .github/actions/**/* + - .github/scripts/**/* + - .github/workflows/* + - .github/CODEOWNERS + - .github/labeler.yml + - .github/setup_hmailserver.php + - .github/matrix.php "Extension: bcmath": - changed-files: