Commit 90747c2098c for php.net

commit 90747c2098cbc8e160237c3782c6b635e6985b8f
Author: Ayesh Karunaratne <ayesh@aye.sh>
Date:   Tue Apr 7 14:11:30 2026 +0530

    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`.

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 01d5aadf2c0..e9731352c8c 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: