Skip to content

Commit

Permalink
Update labeler components (#14942)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Mar 2, 2025
1 parent 9237729 commit 2011f52
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions .github/workflows/dev_pr/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,20 @@ sql:

logical-expr:
- changed-files:
- any-glob-to-any-file: ['datafusion/expr/**/*']
- any-glob-to-any-file: ['datafusion/expr/**/*', 'datafusion/expr-common/**/*']

ffi:
- changed-files:
- any-glob-to-any-file: ['datafusion/ffi/**/*']

physical-expr:
- changed-files:
- any-glob-to-any-file: ['datafusion/physical-expr/**/*', 'datafusion/physical-expr-common/**/*', 'datafusion/physical-expr-aggregate/**/*', 'datafusion/physical-plan/**/*']
- any-glob-to-any-file: ['datafusion/physical-expr/**/*', 'datafusion/physical-expr-common/**/*', 'datafusion/physical-expr-aggregate/**/*']

physical-plan:
- changed-files:
- any-glob-to-any-file: [datafusion/physical-plan/**/*']


catalog:
- changed-files:
Expand All @@ -47,6 +56,10 @@ execution:
- changed-files:
- any-glob-to-any-file: ['datafusion/execution/**/*']

datasource:
- changed-files:
- any-glob-to-any-file: ['datafusion/datasource/**/*']

functions:
- changed-files:
- any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested']
Expand Down

0 comments on commit 2011f52

Please sign in to comment.