Skip to content

Commit

Permalink
fix: Changed labeler.yml to latest format
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Dec 6, 2023
1 parent f4bad68 commit 7ec8bb3
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*']

0 comments on commit 7ec8bb3

Please sign in to comment.