From 3778342b9f7d65f15672588e3c126ce0ead25732 Mon Sep 17 00:00:00 2001 From: Grieve Date: Thu, 17 Oct 2024 18:10:09 +0800 Subject: [PATCH] ci(labeler): fix rule --- .github/labeler.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4c6aa4004..4564d39f7 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,6 +1,6 @@ ibis: - changed-files: - - any-glob-to-any-files: ['ibis-server/**'] + - any-glob-to-any-file: ['ibis-server/**'] dependencies: - changed-files: @@ -8,15 +8,15 @@ dependencies: python: - changed-files: - - any-glob-to-any-files: ['ibis-server/**', 'wren-modeling-py/**'] + - any-glob-to-any-file: ['ibis-server/**', 'wren-modeling-py/**'] rust: - changed-files: - - any-glob-to-any-files: ['wren-modeling-rs/**'] + - any-glob-to-any-file: ['wren-modeling-rs/**'] core: - changed-files: - - any-glob-to-any-files: ['wren-modeling-rs/**'] + - any-glob-to-any-file: ['wren-modeling-rs/**'] documentation: - changed-files: @@ -28,4 +28,4 @@ trino: bigquery: - changed-files: - - any-glob-to-any-file: ['**/*bigquery*'] + - any-glob-to-any-file: ['**/*bigquery*']