From 9c2f54c634aa679566db89f222cf9ffd7ef368b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Sun, 24 Dec 2023 14:52:13 +0800 Subject: [PATCH] =?UTF-8?q?ci(issue):=20=E5=A2=9E=E5=8A=A0=20duplicate=20?= =?UTF-8?q?=E6=A0=87=E7=AD=BE=E7=9A=84=E5=AE=9A=E6=97=B6=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-close-require.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index aaf5d0ea..31ff5338 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -22,9 +22,15 @@ jobs: inactive-day: 3 body: | 由于超过 3 天仍未收到相关重现或其他更多信息,该 issue 已被自动关闭。 + - name: Close issues with inactive days of 3 + uses: actions-cool/issues-helper@v3 + with: + actions: 'close-issues' + labels: 'duplicate' + inactive-day: 3 - name: Close issues with inactive days of 7 uses: actions-cool/issues-helper@v3 with: actions: 'close-issues' - labels: 'compatibility,resolved,unrelated,usage' + labels: 'compatibility,resolved,usage' inactive-day: 7