From b6935c022cc967421e5b1818e37665fc6f30af43 Mon Sep 17 00:00:00 2001 From: Andrew Lamb Date: Sun, 11 Aug 2024 10:26:56 -0400 Subject: [PATCH] Update labeler.yml to match crates --- .github/workflows/dev_pr/labeler.yml | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 308abd1688a6..4e44e47f5968 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -33,16 +33,37 @@ logical-expr: physical-expr: - changed-files: - - any-glob-to-any-file: ['datafusion/physical-expr/**/*'] + - any-glob-to-any-file: ['datafusion/physical-expr/**/*', 'datafusion/physical-expr-common/**/*', 'datafusion/physical-expr-aggregate/**/*', 'datafusion/physical-plan/**/*'] + +catalog: + - changed-files: + - any-glob-to-any-file: ['datafusion/catalog/**/*'] + +common: + - changed-files: + - any-glob-to-any-file: ['datafusion/common/**/*', 'datafusion/common-runtime/**/*'] + +execution: + - changed-files: + - any-glob-to-any-file: ['datafusion/execution/**/*'] + +functions: + - changed-files: + - any-glob-to-any-file: ['datafusion/functions/**/*', 'datafusion/functions-aggregate/**/*', 'datafusion/functions-aggregate-common', 'datafusion/functions-nested'] + optimizer: - changed-files: - - any-glob-to-any-file: ['datafusion/optimizer/**/*'] + - any-glob-to-any-file: ['datafusion/optimizer/**/*', 'datafusion/physical-optimizer/**/*'] core: - changed-files: - any-glob-to-any-file: ['datafusion/core/**/*'] +proto: + - changed-files: + - any-glob-to-any-file: ['datafusion/proto/**/*', 'datafusion/proto-common/**/*'] + substrait: - changed-files: - any-glob-to-any-file: ['datafusion/substrait/**/*']