You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by jo...@apache.org on 2021/04/21 13:55:06 UTC

[arrow-rs] 05/05: Fixed labeler. (#8)

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

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

commit 3d7cefb41db55e7b3d0735a12b4cd2945a16f965
Author: Jorge Leitao <jo...@gmail.com>
AuthorDate: Tue Apr 20 13:20:25 2021 +0200

    Fixed labeler. (#8)
---
 .github/workflows/dev_pr/labeler.yml | 53 ++++--------------------------------
 1 file changed, 5 insertions(+), 48 deletions(-)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index 65ca3f2..63b4154 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -15,54 +15,11 @@
 # specific language governing permissions and limitations
 # under the License.
 
-"lang-c++":
-  - cpp/**/*
+arrow:
+  - arrow/**/*
 
-lang-c-glib:
-  - c_glib/**/*
-
-lang-csharp:
-  - csharp/**/*
-
-lang-go:
-  - go/**/*
-
-lang-java:
-  - java/**/*
-
-lang-js:
-  - js/**/*
-
-lang-julia:
-  - julia/**/*
-
-lang-python:
-  - python/**/*
-
-lang-R:
-  - r/**/*
-
-lang-ruby:
-  - ruby/**/*
-
-lang-rust:
-  - rust/**/*
-
-flight:
-  - cpp/src/arrow/flight/**/*
-  - r/R/flight.*
-  - rust/arrow-flight/**/*
-  - python/pyarrow/*flight.*
-
-gandiva:
-  - c_glib/gandiva-glib/**/*
-  - cpp/src/gandiva/**/*
-  - ruby/red-gandiva/**/*
-  - python/pyarrow/gandiva.*
+arrow-flight:
+  - arrow-flight/**/*
 
 parquet:
-  - c_glib/parquet-glib/**/*
-  - cpp/src/parquet/**/*
-  - r/R/parquet.*
-  - ruby/red-parquet/**/*
-  - rust/parquet*/**/*
+  - parquet/**/*