mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
ci: fix pr-conflict action (#22730)
This commit is contained in:
5
.github/workflows/pr-conflict.yml
vendored
5
.github/workflows/pr-conflict.yml
vendored
@@ -10,11 +10,8 @@ jobs:
|
||||
steps:
|
||||
- name: Check for specific label
|
||||
if: contains(github.event.pull_request.labels.*.name, 'conflict pending')
|
||||
uses: actions-cool/maintain-one-comment@v3.1.1
|
||||
uses: actions-cool/maintain-one-comment@v3.2.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
body: |
|
||||
@${{ github.event.pull_request.user.login }} This PR has conflicts, please resolve them.
|
||||
<!-- ELEMENT_PLUS_CONFLICT_COMMENT -->
|
||||
body-include: '<!-- ELEMENT_PLUS_CONFLICT_COMMENT -->'
|
||||
number: ${{ github.event.pull_request.number }}
|
||||
|
||||
Reference in New Issue
Block a user