From f1f8ab80e4f72156abeb12afd8566ff90beca350 Mon Sep 17 00:00:00 2001 From: liunux4odoo <41217877+liunux4odoo@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:06:54 +0800 Subject: [PATCH] =?UTF-8?q?Update=20close-issue.yml=EF=BC=9A=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=94=B9=E6=88=90=E4=B8=AD=E6=96=87=EF=BC=8C=E6=94=B9?= =?UTF-8?q?=E5=88=B0=E5=87=8C=E6=99=A805:30=E8=BF=90=E8=A1=8C=20(#1456)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/close-issue.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close-issue.yml b/.github/workflows/close-issue.yml index d5cd3cf..aac2f55 100644 --- a/.github/workflows/close-issue.yml +++ b/.github/workflows/close-issue.yml @@ -1,7 +1,7 @@ name: Close inactive issues on: schedule: - - cron: "30 1 * * *" + - cron: "30 21 * * *" jobs: close-issues: @@ -15,8 +15,8 @@ jobs: days-before-issue-stale: 30 days-before-issue-close: 14 stale-issue-label: "stale" - stale-issue-message: "This issue is stale because it has been open for 30 days with no activity." - close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale." + stale-issue-message: "这个问题已经被标记为 `stale` ,因为它已经超过 30 天没有任何活动。" + close-issue-message: "这个问题已经被自动关闭,因为它被标为 `stale` 后超过 14 天没有任何活动。" days-before-pr-stale: -1 days-before-pr-close: -1 repo-token: ${{ secrets.GITHUB_TOKEN }}