From 4637fae87edf4f29cd2c6ff5de21766d702bc999 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Sat, 22 May 2021 23:22:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20inactive=20labeled=20actio?= =?UTF-8?q?n=20(#1463)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-close-inactive.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/issue-close-inactive.yml b/.github/workflows/issue-close-inactive.yml index 6ca3bf5..a66559c 100644 --- a/.github/workflows/issue-close-inactive.yml +++ b/.github/workflows/issue-close-inactive.yml @@ -27,3 +27,13 @@ jobs: body: | Since the issue was labeled with `pls use issue template`, but no response in 30 days. This issue will be close. If you have any questions, you can comment and reply. 由于该 issue 被标记为需要使用模板,却 30 天未收到回应。现关闭 issue,若有任何问题,可评论回复。 + + - name: close inactive issue + uses: actions-cool/issues-helper@v2.2.1 + with: + actions: 'close-issues' + labels: 'inactive' + inactive-day: 7 + body: | + Since the issue was labeled with `inactive`, but no response in 7 days. This issue will be close. If you have any questions, you can comment and reply. + 由于该 issue 被标记为不活跃,且 7 天未收到回应。现关闭 issue,若有任何问题,可评论回复。