From 24a89182301a87ea7097f2bf7b34609b1dbcfbe5 Mon Sep 17 00:00:00 2001 From: Kuitos Date: Tue, 13 Sep 2022 00:32:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20add=20out-of-scope=20label=20to?= =?UTF-8?q?=20inactive=20bot=20blacklist=20(#2272)?= 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 a66559c77..5e8520e54 100644 --- a/.github/workflows/issue-close-inactive.yml +++ b/.github/workflows/issue-close-inactive.yml @@ -28,6 +28,16 @@ jobs: 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 out of scope + uses: actions-cool/issues-helper@v2.2.1 + with: + actions: 'close-issues' + labels: 'out-of-scope' + inactive-day: 30 + body: | + Since the issue was labeled with `out-of-scope`, 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: