From 30e24896e51342c117d94286133a9cca34e825c6 Mon Sep 17 00:00:00 2001 From: BugKing Date: Thu, 9 Dec 2021 12:51:52 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0issues=E5=A4=84?= =?UTF-8?q?=E7=90=86action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-comment.yml b/.github/workflows/issue-comment.yml index d5bcc0cbac..c7700732a5 100644 --- a/.github/workflows/issue-comment.yml +++ b/.github/workflows/issue-comment.yml @@ -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: '状态:待处理' \ No newline at end of file + labels: '状态:待处理'