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 2023/07/11 01:24:22 UTC

[arrow] branch main updated: GH-36570: [Dev] Add "Component: Swift" label to PRs (#36571)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new d6350017d1 GH-36570: [Dev] Add "Component: Swift" label to PRs (#36571)
d6350017d1 is described below

commit d6350017d141034da99e50844fcbf55068c16b76
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Tue Jul 11 10:24:12 2023 +0900

    GH-36570: [Dev] Add "Component: Swift" label to PRs (#36571)
    
    ### Rationale for this change
    
    We already have the "Component: Swift" label but it's not added to Swift related PRs automatically.
    
    ### What changes are included in this PR?
    
    Add a configuration for labeler.
    
    ### Are these changes tested?
    
    No. I want to test this on main.
    
    ### Are there any user-facing changes?
    
    No.
    * Closes: #36570
    
    Authored-by: Sutou Kouhei <ko...@clear-code.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 a9a13e82a9..c31d1f3097 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -45,6 +45,9 @@
 "Component: Ruby":
   - ruby/**/*
 
+"Component: Swift":
+  - swift/**/*
+
 "Component: FlightRPC":
   - cpp/src/arrow/flight/**/*
   - r/R/flight.*