https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6f874a4656128d386795c7466141947e48d795ca

commit 6f874a4656128d386795c7466141947e48d795ca
Author:     Stanislav Motylkov <x86co...@gmail.com>
AuthorDate: Sat Feb 10 02:08:04 2024 +0300
Commit:     Stanislav Motylkov <x86co...@gmail.com>
CommitDate: Sat Feb 10 02:08:04 2024 +0300

    [GITHUB] Fix Labeler rule for 'drivers'
    
    Addendum to d18b6fc4.
---
 .github/labeler.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 0cd5d283907..3588be7ed91 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -10,8 +10,9 @@ drivers:
   - any-glob-to-any-file:
     - drivers/**
     - sdk/lib/drivers/**
+  - all-globs-to-any-file:
     - win32ss/drivers/**
-  - all-globs-to-all-files: '!win32ss/drivers/font/**'
+    - '!win32ss/drivers/font/**'
 
 freeldr:
 - changed-files:

Reply via email to