build: 更新issues处理action

This commit is contained in:
BugKing 2021-12-09 12:51:52 +08:00 committed by GitHub
parent 53ce17ba3c
commit 30e24896e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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: '状态:待处理'