ci: fix remove conflict label (#22882)

This commit is contained in:
rzzf
2025-11-20 23:27:38 +08:00
committed by GitHub
parent 388a71b5e6
commit a482ba1d72

View File

@@ -31,8 +31,9 @@ jobs:
- name: Remove conflict pending label
if: |
github.repository_owner == 'element-plus' &&
github.event.pull_request.mergeable_state == 'clean'
github.event.pull_request.mergeable
uses: actions-cool/issues-helper@v3
with:
actions: 'remove-labels'
labels: 'conflict pending'
issue-number: ${{ github.event.pull_request.number }}