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

commit d18b6fc43738517172fd6dbb4f52b1d99ba4ffc5
Author:     Stanislav Motylkov <x86co...@gmail.com>
AuthorDate: Sat Feb 10 01:42:13 2024 +0300
Commit:     Stanislav Motylkov <x86co...@gmail.com>
CommitDate: Sat Feb 10 01:42:13 2024 +0300

    [GITHUB] Upgrade Labeler rules for v5
    
    Addendum to 51f3ef04.
---
 .github/labeler.yml | 43 +++++++++++++++++++++++++++++--------------
 1 file changed, 29 insertions(+), 14 deletions(-)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 8028448ed45..0cd5d283907 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -1,29 +1,44 @@
 # Labelling by the files touched
 
 ATL:
-  - sdk/lib/atl/**
+- changed-files:
+  - any-glob-to-any-file:
+    - sdk/lib/atl/**
 
 drivers:
-  - drivers/**
-  - sdk/lib/drivers/**
-  - any: ["win32ss/drivers/**", "!win32ss/drivers/font/**"]
+- changed-files:
+  - any-glob-to-any-file:
+    - drivers/**
+    - sdk/lib/drivers/**
+    - win32ss/drivers/**
+  - all-globs-to-all-files: '!win32ss/drivers/font/**'
 
 freeldr:
-  - boot/freeldr/**
+- changed-files:
+  - any-glob-to-any-file:
+    - boot/freeldr/**
 
 "kernel&hal":
-  - hal/**
-  - ntoskrnl/**
+- changed-files:
+  - any-glob-to-any-file:
+    - hal/**
+    - ntoskrnl/**
 
 ROSTESTS:
-  - modules/rostests/**
+- changed-files:
+  - any-glob-to-any-file:
+    - modules/rostests/**
 
 shell:
-  - base/shell/explorer/**
-  - base/shell/rshell/**
-  - dll/shellext/**
-  - dll/win32/browseui/**
-  - dll/win32/shell32/**
+- changed-files:
+  - any-glob-to-any-file:
+    - base/shell/explorer/**
+    - base/shell/rshell/**
+    - dll/shellext/**
+    - dll/win32/browseui/**
+    - dll/win32/shell32/**
 
 Win32SS:
-  - win32ss/**
+- changed-files:
+  - any-glob-to-any-file:
+    - win32ss/**

Reply via email to