From 1bf59668eb62eca0e39acbfa90026165b4591983 Mon Sep 17 00:00:00 2001 From: 0x90d <46010672+0x90d@users.noreply.github.com> Date: Sun, 14 Jan 2024 10:09:33 +0100 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ed4f16ff..c494da36 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,9 +23,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-label: 'stale' stale-pr-label: 'stale' - stale-issue-message: 'Stale issue message' - stale-pr-message: 'Stale pull request message' - stale-issue-message: 'This issue is marked as stale, because it had no activity in the last 30 days. It will be closed in 5 days.' + stale-issue-message: 'This issue is marked as stale, because it had no activity in the last 30 days. It will be closed in 7 days.' days-before-stale: -1 days-before-close: 7 days-before-issue-close: 7