From 4231ec181840dfa2282805b01ce4a8fc43511409 Mon Sep 17 00:00:00 2001 From: Shinji Kashihara Date: Thu, 18 Jan 2024 14:08:37 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=9E=E3=83=BC=E3=82=AF=E3=81=AA=E3=81=97?= =?UTF-8?q?=E3=81=A7=E3=82=AF=E3=83=AD=E3=83=BC=E3=82=BA=E3=81=99=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/stale.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 56f685a..49f4186 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -21,12 +21,6 @@ jobs: - uses: actions/stale@v5 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "この Issue はオープンされてから長期間活動がなかったため、no-issue-activity とマークされました。" - close-issue-message: "この Issue は no-issue-activity とマークされてから一定期間非アクティブであったため、クローズされました。" - stale-issue-label: 'no-issue-activity' - stale-pr-message: 'Stale pull request message' - stale-pr-label: 'no-pr-activity' - days-before-issue-stale: 90 - days-before-issue-close: 14 - days-before-pr-stale: -1 - days-before-pr-close: -1 + days-before-stale: -1 + days-before-issue-close: 90 + close-issue-message: "この Issue は 90 日間活動がなかったため、クローズされました。"