build: 更新issues处理action
This commit is contained in:
parent
53ce17ba3c
commit
30e24896e5
|
@ -23,7 +23,7 @@ jobs:
|
|||
|
||||
add-label-if-not-author:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.issue.user.id != github.event.comment.user.id }} && ${{ !github.event.issue.pull_request }} && ${{ github.event.issue.state == "open" }}
|
||||
if: ${{ github.event.issue.user.id != github.event.comment.user.id }} && ${{ !github.event.issue.pull_request }} && ${{ github.event.issue.state == 'open' }}
|
||||
steps:
|
||||
- name: Add require replay label
|
||||
uses: actions-cool/issues-helper@v2
|
||||
|
@ -35,4 +35,4 @@ jobs:
|
|||
uses: actions-cool/issues-helper@v2
|
||||
with:
|
||||
actions: 'remove-labels'
|
||||
labels: '状态:待处理'
|
||||
labels: '状态:待处理'
|
||||
|
|
Loading…
Reference in New Issue