Skip to content

fix: 修改批量推理 helper 发任务逻辑,增加本地队列 #1166

fix: 修改批量推理 helper 发任务逻辑,增加本地队列

fix: 修改批量推理 helper 发任务逻辑,增加本地队列 #1166

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.QF_GITHUB_TOKEN }}