You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/07/24 03:08:51 UTC

[arrow] branch master updated: ARROW-13056: [MATLAB] Add a matlab label for dev Pull Requests

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

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 09e6bb2  ARROW-13056: [MATLAB] Add a matlab label for dev Pull Requests
09e6bb2 is described below

commit 09e6bb2cdcbf1aa24ecff72808b2749e9c623673
Author: Tahsin Hassan <th...@ah-thassan-mac.dhcp.mathworks.com>
AuthorDate: Sat Jul 24 12:06:58 2021 +0900

    ARROW-13056: [MATLAB] Add a matlab label for dev Pull Requests
    
    Create a "lang-matlab" label for Pull Requests
    
    https://issues.apache.org/jira/browse/ARROW-13056
    Email : thread
    https://lists.apache.org/thread.html/rb348bb8b3c998ba081b68fa24ab86ceb542ecc938bced92b95516cc3%40%3Cdev.arrow.apache.org%3E
    
    Closes #10621 from tahsinH/arrow_13056
    
    Authored-by: Tahsin Hassan <th...@ah-thassan-mac.dhcp.mathworks.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 .github/workflows/dev_pr/labeler.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index 235b591..8860d91 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -36,6 +36,9 @@ lang-js:
 lang-julia:
   - julia/**/*
 
+lang-matlab:
+  - matlab/**/*
+
 lang-python:
   - python/**/*