This is an automated email from the ASF dual-hosted git repository.

kezhenxu94 pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3af618d7a8 [CI] Try to fix label bot (#10852)
3af618d7a8 is described below

commit 3af618d7a8ca8890f9f41bc082dcdaa9e2c5e78e
Author: xiangzihao <[email protected]>
AuthorDate: Sat Jul 9 10:11:56 2022 +0800

    [CI] Try to fix label bot (#10852)
---
 .github/actions/labeler/labeler.yml      | 10 +++++-----
 .github/workflows/pull-request-robot.yml |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/actions/labeler/labeler.yml 
b/.github/actions/labeler/labeler.yml
index 6cedfc7455..3dfc05ce43 100644
--- a/.github/actions/labeler/labeler.yml
+++ b/.github/actions/labeler/labeler.yml
@@ -23,18 +23,18 @@ backend:
   - any: ['dolphinscheduler-dao/**/*', 'dolphinscheduler-data-quality/**/*', 
'dolphinscheduler-datasource-plugin/**/*']
   - any: ['dolphinscheduler-dist/**/*', 'dolphinscheduler-log-server/**/*', 
'dolphinscheduler-master/**/*']
   - any: ['dolphinscheduler-registry/**/*', 'dolphinscheduler-remote/**/*', 
'dolphinscheduler-scheduler-plugin/**/*']
-  - any: [ 'dolphinscheduler-server/**/*', 'dolphinscheduler-service/**/*', 
'dolphinscheduler-spi/**/*' ]
-  - any: [ 'dolphinscheduler-standalone-server/**/*', 
'dolphinscheduler-task-plugin/**/*', 'dolphinscheduler-tools/**/*' ]
-  - any: [ 'dolphinscheduler-worker/**/*', 'script/**/*' ]
+  - any: ['dolphinscheduler-server/**/*', 'dolphinscheduler-service/**/*', 
'dolphinscheduler-spi/**/*']
+  - any: ['dolphinscheduler-standalone-server/**/*', 
'dolphinscheduler-task-plugin/**/*', 'dolphinscheduler-tools/**/*']
+  - any: ['dolphinscheduler-worker/**/*', 'script/**/*']
 
 document:
   - any: ['docs/**/*']
 
 CI&CD:
-  - any: [.github/**/*]
+  - any: ['.github/**/*']
 
 docker:
-  - any: [.deploy/**/*]
+  - any: ['.deploy/**/*']
 
 UI:
   - any: ['dolphinscheduler-ui/**/*']
diff --git a/.github/workflows/pull-request-robot.yml 
b/.github/workflows/pull-request-robot.yml
index 932c9be465..731849e46d 100644
--- a/.github/workflows/pull-request-robot.yml
+++ b/.github/workflows/pull-request-robot.yml
@@ -37,5 +37,5 @@ jobs:
         uses: actions/labeler@v4
         with:
           repo-token: "${{ secrets.GITHUB_TOKEN }}"
-          configuration-path: ./.github/actions/labeler/labeler.yml
+          configuration-path: .github/actions/labeler/labeler.yml
           sync-labels: true

Reply via email to