瀏覽代碼

[CI] Try to fix label bot (#10852)

xiangzihao 2 年之前
父節點
當前提交
3af618d7a8
共有 2 個文件被更改,包括 6 次插入6 次删除
  1. 5 5
      .github/actions/labeler/labeler.yml
  2. 1 1
      .github/workflows/pull-request-robot.yml

+ 5 - 5
.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/**/*']

+ 1 - 1
.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