From 83555710509b44145b8851f859db9f0483450a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=A4=E5=BF=83?= <3277200+sentsim@users.noreply.github.com> Date: Wed, 20 Dec 2023 21:59:44 +0800 Subject: [PATCH] =?UTF-8?q?ci(close-issue):=20=E5=89=94=E9=99=A4=20`discus?= =?UTF-8?q?sion`=20=E6=A0=87=E7=AD=BE=E7=9A=84=E8=87=AA=E5=8A=A8=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E7=9A=84=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E5=9B=A0=E4=B8=BA=E5=AE=83=E6=9C=AC=E8=BA=AB=E4=BC=9A=E5=85=B3?= =?UTF-8?q?=E9=97=AD=20issue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/issue-close-require.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/issue-close-require.yml b/.github/workflows/issue-close-require.yml index 03ac5792..aaf5d0ea 100644 --- a/.github/workflows/issue-close-require.yml +++ b/.github/workflows/issue-close-require.yml @@ -22,9 +22,9 @@ jobs: inactive-day: 3 body: | 由于超过 3 天仍未收到相关重现或其他更多信息,该 issue 已被自动关闭。 - - name: Close inactive issues within 7 days + - name: Close issues with inactive days of 7 uses: actions-cool/issues-helper@v3 with: actions: 'close-issues' - labels: 'compatibility,discussion,resolved,unrelated,usage' + labels: 'compatibility,resolved,unrelated,usage' inactive-day: 7