From f727b03e06c988d379f2c0a95f317ed9cfae0739 Mon Sep 17 00:00:00 2001 From: Liang-Chi Hsieh Date: Tue, 5 Dec 2023 15:02:17 -0800 Subject: [PATCH] More --- .github/workflows/dev_pr/labeler.yml | 54 ++++++++++------------------ 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/.github/workflows/dev_pr/labeler.yml b/.github/workflows/dev_pr/labeler.yml index 36f084567dfc..34a37948785b 100644 --- a/.github/workflows/dev_pr/labeler.yml +++ b/.github/workflows/dev_pr/labeler.yml @@ -16,55 +16,37 @@ # under the License. development-process: -- all: - - changed-files: - - any-glob-to-any-file: ['dev/**.*', '.github/**.*', 'ci/**.*', '.asf.yaml'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['dev/**.*', '.github/**.*', 'ci/**.*', '.asf.yaml'] documentation: -- all: - - changed-files: - - any-glob-to-any-file: ['docs/**.*', 'README.md', './**/README.md', 'DEVELOPERS.md', 'datafusion/docs/**.*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['docs/**.*', 'README.md', './**/README.md', 'DEVELOPERS.md', 'datafusion/docs/**.*'] sql: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/sql/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/sql/**/*'] logical-expr: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/expr/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/expr/**/*'] physical-expr: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/physical-expr/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/physical-expr/**/*'] optimizer: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/optimizer/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/optimizer/**/*'] core: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/core/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/core/**/*'] substrait: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/substrait/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/substrait/**/*'] sqllogictest: -- all: - - changed-files: - - any-glob-to-any-file: ['datafusion/sqllogictest/**/*'] - - base-branch: 'main' +- changed-files: + - any-glob-to-any-file: ['datafusion/sqllogictest/**/*']