Browse Source

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

k8s/config
xiangzihao 2 years ago committed by GitHub
parent
commit
3af618d7a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/actions/labeler/labeler.yml
  2. 2
      .github/workflows/pull-request-robot.yml

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

2
.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

Loading…
Cancel
Save