Skip to content

Commit 51b6a65

Browse files
authored
minor: Add new crates to labeler (#15426)
* Add new crates to labeler * testing labeler * testing labeler * testing labeler * testing labeler * testing labeler * testing labeler * testing labeler * testing labeler * fixing * adding to functions and catlog * checking for path regex * restore fixed
1 parent 9b92f6a commit 51b6a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dev_pr/labeler.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ physical-plan:
4646

4747
catalog:
4848
- changed-files:
49-
- any-glob-to-any-file: ['datafusion/catalog/**/*']
49+
- any-glob-to-any-file: ['datafusion/catalog/**/*', 'datafusion/catalog-listing/**/*']
5050

5151
common:
5252
- changed-files:
@@ -58,11 +58,11 @@ execution:
5858

5959
datasource:
6060
- changed-files:
61-
- any-glob-to-any-file: ['datafusion/datasource/**/*']
61+
- any-glob-to-any-file: ['datafusion/datasource/**/*', 'datafusion/datasource-avro/**/*', 'datafusion/datasource-csv/**/*', 'datafusion/datasource-json/**/*', 'datafusion/datasource-parquet/**/*']
6262

6363
functions:
6464
- changed-files:
65-
- any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested']
65+
- any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested', 'datafusion/functions-table/**/*', 'datafusion/functions-window/**/*', 'datafusion/functions-window-common/**/*']
6666

6767

6868
optimizer:

0 commit comments

Comments
 (0)