From a2011a114c33b2c0c6ca344d30d971911b63cde8 Mon Sep 17 00:00:00 2001 From: Ani Channarasappa Date: Sat, 18 Feb 2023 15:13:45 -0500 Subject: [PATCH] ci: increased stale length --- .github/workflows/close-stale-issue.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/close-stale-issue.yaml b/.github/workflows/close-stale-issue.yaml index 5819d1a..ede14fc 100644 --- a/.github/workflows/close-stale-issue.yaml +++ b/.github/workflows/close-stale-issue.yaml @@ -12,9 +12,9 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} 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 14 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 14 days.' - close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.' - close-pr-message: 'This pr was closed because it has been stalled for 14 days with no activity.' - days-before-stale: 120 - days-before-close: 30 + close-issue-message: 'This issue was closed because it has been stalled for 60 days with no activity.' + close-pr-message: 'This pr was closed because it has been stalled for 60 days with no activity.' + days-before-stale: 180 + days-before-close: 60 exempt-issue-milestones: 'future-release' exempt-pr-milestones: 'future-release' \ No newline at end of file