mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: fix remove conflict label (#22882)
This commit is contained in:
3
.github/workflows/pr-conflict.yml
vendored
3
.github/workflows/pr-conflict.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user