From 2923243d1c59e111957fc780d4c3f441ca10d372 Mon Sep 17 00:00:00 2001 From: Raphael Taylor-Davies <1781103+tustvold@users.noreply.github.com> Date: Wed, 6 Dec 2023 11:48:31 +0000 Subject: [PATCH] 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 c4d47213cd3d..cae015018eac 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/**/*' ]