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 <[email protected]>
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 <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 .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.*

Reply via email to