This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 2011f5252c Update labeler components (#14942)
2011f5252c is described below
commit 2011f5252c7a738854f402c70a6636aaa408aaec
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Mar 2 13:44:49 2025 -0500
Update labeler components (#14942)
---
.github/workflows/dev_pr/labeler.yml | 17 +++++++++++++++--
1 file changed, 15 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/dev_pr/labeler.yml
b/.github/workflows/dev_pr/labeler.yml
index 4e44e47f59..5e8cd19ab5 100644
--- a/.github/workflows/dev_pr/labeler.yml
+++ b/.github/workflows/dev_pr/labeler.yml
@@ -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:
@@ -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']
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]