From 7a1a6cac1f856a3717ef74d93225534c9a0e1d63 Mon Sep 17 00:00:00 2001 From: CanisMinor Date: Sat, 23 Dec 2023 23:58:40 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=EF=B8=8F=20chore:=20Update=20issue-cl?= =?UTF-8?q?ose-require.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-close-require.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index 2f5ee3c..f0c3a87 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -65,14 +65,3 @@ jobs:
Since the issue was labeled with `🙅🏻‍♀️ WON'T DO`, and no response in 3 days. This issue will be closed. If you have any questions, you can comment and reply.\ 由于该 issue 被标记为暂不处理,同时 3 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 - - name: need reproduce - uses: actions-cool/issues-helper@v3 - with: - actions: 'close-issues' - token: ${{ secrets.GH_TOKEN }} - labels: 'Inactive' - inactive-day: 90 - body: | - Since the issue was labeled with `Inactive`, and no response in 30 days. This issue will be closed. If you have any questions, you can comment and reply. - - 由于该 issue 被标记为 Inactive,同时 90 天未收到回应。现关闭 issue,若有任何问题,可评论回复。