Skip to content

Commit 2011f52

Browse files
authored
Update labeler components (#14942)
1 parent 9237729 commit 2011f52

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/workflows/dev_pr/labeler.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,20 @@ sql:
2929

3030
logical-expr:
3131
- changed-files:
32-
- any-glob-to-any-file: ['datafusion/expr/**/*']
32+
- any-glob-to-any-file: ['datafusion/expr/**/*', 'datafusion/expr-common/**/*']
33+
34+
ffi:
35+
- changed-files:
36+
- any-glob-to-any-file: ['datafusion/ffi/**/*']
3337

3438
physical-expr:
3539
- changed-files:
36-
- any-glob-to-any-file: ['datafusion/physical-expr/**/*', 'datafusion/physical-expr-common/**/*', 'datafusion/physical-expr-aggregate/**/*', 'datafusion/physical-plan/**/*']
40+
- any-glob-to-any-file: ['datafusion/physical-expr/**/*', 'datafusion/physical-expr-common/**/*', 'datafusion/physical-expr-aggregate/**/*']
41+
42+
physical-plan:
43+
- changed-files:
44+
- any-glob-to-any-file: [datafusion/physical-plan/**/*']
45+
3746

3847
catalog:
3948
- changed-files:
@@ -47,6 +56,10 @@ execution:
4756
- changed-files:
4857
- any-glob-to-any-file: ['datafusion/execution/**/*']
4958

59+
datasource:
60+
- changed-files:
61+
- any-glob-to-any-file: ['datafusion/datasource/**/*']
62+
5063
functions:
5164
- changed-files:
5265
- any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested']

0 commit comments

Comments
 (0)