From 0da3d144c56e916167ceb3de795533d991747630 Mon Sep 17 00:00:00 2001 From: xrkffgg Date: Fri, 5 Feb 2021 20:30:55 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix=20issue=20bot=20typo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-reply.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-reply.yml b/.github/workflows/issue-reply.yml index 2795e0b..ea8b3ed 100644 --- a/.github/workflows/issue-reply.yml +++ b/.github/workflows/issue-reply.yml @@ -30,8 +30,8 @@ jobs: 你好 @${{ github.event.issue.user.login }},为节约大家的时间,请使用 issue 模板反馈问题。该 issue 将要被关闭。 - - name: Need Reproduce - if: github.event.label.name == 'Need Reproduce' + - name: Need Reproduction + if: github.event.label.name == 'Need Reproduction' uses: actions-cool/issues-helper@v2.0.0 with: actions: 'create-comment'