From 55f4462d03dd10c47b76e73711577b6f08f58df6 Mon Sep 17 00:00:00 2001 From: jeessy2 <6205259+jeessy2@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:45:34 +0800 Subject: [PATCH] ci(stale): 'days-before-stale' change to 30 (#647) --- .github/workflows/stale.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 03bd823e1..c665211d4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -14,9 +14,11 @@ jobs: - name: Stale uses: actions/stale@v8 with: - stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove Stale label or comment or this will be closed in 7 days.' - stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove Stale label or comment or this will be closed in 7 days.' - close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.' - close-pr-message: 'This PR was closed because it has been stalled for 7 days with no activity.' + stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.' + stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove Stale label or comment or this will be closed in 5 days.' + close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.' + close-pr-message: 'This PR was closed because it has been stalled for 5 days with no activity.' exempt-issue-labels: 'bug,help wanted,question,documentation,keep' exempt-pr-labels: 'bug,help wanted,question,documentation,keep' + days-before-stale: 30 + days-before-close: 5