You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2023/12/06 11:48:37 UTC

(arrow-rs) branch master updated: Labeller attempt 2 (#5174)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2923243d1c Labeller attempt 2 (#5174)
2923243d1c is described below

commit 2923243d1c59e111957fc780d4c3f441ca10d372
Author: Raphael Taylor-Davies <17...@users.noreply.github.com>
AuthorDate: Wed Dec 6 11:48:31 2023 +0000

    Labeller attempt 2 (#5174)
---
 .github/workflows/dev_pr/labeler.yml | 39 +++++++++++++++++++++++++++---------
 1 file changed, 29 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml
index c4d47213cd..cae015018e 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -16,21 +16,40 @@
 # under the License.
 
 arrow:
-- changed-files:
-  - any-glob-to-any-file: ['arrow-arith/**/*', 'arrow-array/**/*', 'arrow-buffer/**/*', 'arrow-cast/**/*', 'arrow-csv/**/*', 'arrow-data/**/*', 'arrow-flight/**/*', 'arrow-integration-test/**/*', 'arrow-integration-testing/**/*', 'arrow-ipc/**/*', 'arrow-json/**/*', 'arrow-avro/**/*', 'arrow-ord/**/*', 'arrow-row/**/*', 'arrow-schema/**/*', 'arrow-select/**/*', 'arrow-string/**/*', 'arrow/**/*']
+  - changed-files:
+    - any-glob-to-any-file:
+      - 'arrow-arith/**/*'
+      - 'arrow-array/**/*'
+      - 'arrow-buffer/**/*'
+      - 'arrow-cast/**/*'
+      - 'arrow-csv/**/*'
+      - 'arrow-data/**/*'
+      - 'arrow-flight/**/*'
+      - 'arrow-integration-test/**/*'
+      - 'arrow-integration-testing/**/*'
+      - 'arrow-ipc/**/*'
+      - 'arrow-json/**/*'
+      - 'arrow-avro/**/*'
+      - 'arrow-ord/**/*'
+      - 'arrow-row/**/*'
+      - 'arrow-schema/**/*'
+      - 'arrow-select/**/*'
+      - 'arrow-string/**/*'
+      - 'arrow/**/*'
 
 arrow-flight:
-- changed-files:
-  - any-glob-to-any-file: ['arrow-flight/**/*']
+  - changed-files:
+    - any-glob-to-any-file:
+      - 'arrow-flight/**/*'
 
 parquet:
-- changed-files:
-  - any-glob-to-any-file: ['parquet/**/*']
+  - changed-files:
+    - any-glob-to-any-file: [ 'parquet/**/*' ]
 
 parquet-derive:
-- changed-files:
-  - any-glob-to-any-file: ['parquet_derive/**/*']
+  - changed-files:
+    - any-glob-to-any-file: [ 'parquet_derive/**/*' ]
 
 object-store:
-- changed-files:
-  - any-glob-to-any-file: ['object_store/**/*']
+  - changed-files:
+    - any-glob-to-any-file: [ 'object_store/**/*' ]