Skip to content

[BugFix] fix qwen3.5+pcp+mtp error (#10907) #27763

[BugFix] fix qwen3.5+pcp+mtp error (#10907)

[BugFix] fix qwen3.5+pcp+mtp error (#10907) #27763

name: Merge Conflict Labeler
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
runs-on: linux-amd64-cpu-2-hk
steps:
- name: check if prs are dirty
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "merge-conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
retryAfter: 5
retryMax: 1
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."