This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a13de4a9 ORC-2090: Add a new label rule for `MESON` build
1a13de4a9 is described below

commit 1a13de4a9cf2e9cf3439ae621386e6fb079754a1
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Feb 12 15:01:54 2026 -0800

    ORC-2090: Add a new label rule for `MESON` build
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add a new label rule for `MESON` build.
    
    ### Why are the changes needed?
    
    To highlight `MESON` PRs.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: `Opus 4.5` on `Claude Code`
    
    Closes #2529 from dongjoon-hyun/ORC-2090.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/labeler.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index a132b1a27..740333211 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -41,3 +41,7 @@ JAVA:
 CPP:
   - "c++/**/*"
   - "tools/**/*"
+MESON:
+  - "**/meson.build"
+  - "**/meson.options"
+  - "subprojects/**/*"

Reply via email to