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 cfee8c9c63b [fix](ga) fix scope label and add samples exclusion to 
shell checks (#40343)
cfee8c9c63b is described below

commit cfee8c9c63b6f8edca6ddd0e5f9c2aac63cbd8ea
Author: Mingyu Chen <[email protected]>
AuthorDate: Wed Sep 4 10:46:28 2024 +0800

    [fix](ga) fix scope label and add samples exclusion to shell checks (#40343)
---
 .github/workflows/code-checks.yml | 2 +-
 .github/workflows/scope-label.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/code-checks.yml 
b/.github/workflows/code-checks.yml
index 2762480a0cb..4fe4090b516 100644
--- a/.github/workflows/code-checks.yml
+++ b/.github/workflows/code-checks.yml
@@ -50,7 +50,7 @@ jobs:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
         with:
           sh_checker_comment: true
-          sh_checker_exclude: .git .github ^docker ^thirdparty/src 
^thirdparty/installed ^ui ^docs/node_modules ^tools/clickbench-tools ^extension 
^output ^fs_brokers/apache_hdfs_broker/output (^|.*/)Dockerfile$ 
^be/src/apache-orc ^be/src/clucene ^pytest
+          sh_checker_exclude: .git .github ^docker ^thirdparty/src 
^thirdparty/installed ^ui ^docs/node_modules ^tools/clickbench-tools ^extension 
^output ^fs_brokers/apache_hdfs_broker/output (^|.*/)Dockerfile$ 
^be/src/apache-orc ^be/src/clucene ^pytest ^samples
 
   preparation:
     name: "Clang Tidy Preparation"
diff --git a/.github/workflows/scope-label.yml 
b/.github/workflows/scope-label.yml
index 77f0e50a44f..ba88dbbb02f 100644
--- a/.github/workflows/scope-label.yml
+++ b/.github/workflows/scope-label.yml
@@ -35,7 +35,7 @@ jobs:
           github.event_name == 'pull_request_target' &&
             (github.event.action == 'opened' ||
              github.event.action == 'synchronize')
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           repo-token: ${{ secrets.GITHUB_TOKEN }}
           configuration-path: .github/workflows/labeler/scope-label-conf.yml


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to