From d8eee740100c76e9a350cfd944d34074d2379a58 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 15 Mar 2022 16:17:47 +0530 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 306cea95..d670351e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,5 +13,8 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} exempt-issue-labels: 'retained' exempt-pr-labels: 'retained' - 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 7 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 7 days' + stale-issue-message: 'This issue is stale because it has been open 90 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 90 days with no activity. Remove stale label or comment or this will be closed in 14 days' + days-before-stale: 90 + days-before-close: 14 + days-before-pr-close: -1