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

commit 155a7c734ac8f6de3e5dfa3f12472d6696f3ae7e
Author:     Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com>
AuthorDate: Fri Jul 26 05:07:40 2024 +0900
Commit:     GitHub <nore...@github.com>
CommitDate: Fri Jul 26 05:07:40 2024 +0900

    [GITHUB] labeler.yml: Add 'input method' label (#7181)
    
    Automatically add input method label.
    JIRA issue: CORE-19268
    Modify .github/labeler.yml.
---
 .github/labeler.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index 3588be7ed91..3226170e699 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -43,3 +43,13 @@ Win32SS:
 - changed-files:
   - any-glob-to-any-file:
     - win32ss/**
+
+"input method":
+- changed-files:
+  - any-glob-to-any-file:
+    - dll/ime/**
+    - dll/win32/imm32/**
+    - dll/win32/msctf/**
+    - dll/win32/msutb/**
+    - win32ss/user/ntuser/ime.c
+    - win32ss/user/user32/misc/imm.c

Reply via email to