This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 1a5c1be39c2 [ci](ga) skip scope-label (#41612) 1a5c1be39c2 is described below commit 1a5c1be39c25546e789f1dff7f4a15198cc109e6 Author: Mingyu Chen <morning...@163.com> AuthorDate: Wed Oct 9 18:29:52 2024 +0800 [ci](ga) skip scope-label (#41612) There are some error in `actions/labeler@2.2.0` ``` Error: TypeError: glob pattern string required Error: glob pattern string required ``` disable it temporarily --- .github/workflows/scope-label.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/scope-label.yml b/.github/workflows/scope-label.yml index ba88dbbb02f..6a9b094a84a 100644 --- a/.github/workflows/scope-label.yml +++ b/.github/workflows/scope-label.yml @@ -18,11 +18,12 @@ --- name: Add Scope Labeler -on: - pull_request_target: - types: - - opened - - synchronize +# This action has some error, skip it temporarily +#on: +# pull_request_target: +# types: +# - opened +# - synchronize jobs: process: --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org