Skip to content

Commit

Permalink
Labeller attempt 2 (apache#5174)
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold authored Dec 6, 2023
1 parent 298ddfd commit 2923243
Showing 1 changed file with 29 additions and 10 deletions.
39 changes: 29 additions & 10 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*' ]

0 comments on commit 2923243

Please sign in to comment.