From 6f13838c65e4604e26db9288e105b4d503daa629 Mon Sep 17 00:00:00 2001 From: Sagar Patil Date: Fri, 10 Jan 2025 10:47:11 -0800 Subject: [PATCH] update config so it stalebot wait 90 days before closing (#1823) --- .github/workflows/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 54c57da0e..582ca41ec 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,9 +13,9 @@ jobs: with: debug-only: false days-before-stale: 30 - days-before-close: 30 - stale-issue-message: 'This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 30 days unless the stale label is removed, and the assignee is removed or updated.' - stale-pr-message: 'This pull request is stale because it has been open for 30 days with no activity. It will be closed in 30 days unless the stale label is removed.' + days-before-close: 90 + stale-issue-message: 'This issue is stale because it has been assigned for 30 days with no activity. It will be closed in 90 days unless the stale label is removed, and the assignee is removed or updated.' + stale-pr-message: 'This pull request is stale because it has been open for 30 days with no activity. It will be closed in 90 days unless the stale label is removed.' stale-issue-label: stale stale-pr-label: stale remove-stale-when-updated: true