From 7ec8bb352f405dc35eab1f2e5e8b8c1326860596 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Tue, 5 Dec 2023 16:59:39 -0800 Subject: [PATCH] fix: Changed labeler.yml to latest format --- .github/workflows/dev_pr/labeler.yml | 32 +++++++++------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index ea5873081f18..c4d47213cd3d 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -16,33 +16,21 @@ # under the License. arrow: - - 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: - - arrow-flight/**/* +- changed-files: + - any-glob-to-any-file: ['arrow-flight/**/*'] parquet: - - parquet/**/* +- changed-files: + - any-glob-to-any-file: ['parquet/**/*'] parquet-derive: - - parquet_derive/**/* +- changed-files: + - any-glob-to-any-file: ['parquet_derive/**/*'] object-store: - - object_store/**/* +- changed-files: + - any-glob-to-any-file: ['object_store/**/*']