From 1a7d62fee4cc2889530388046c36ca29ee2235da Mon Sep 17 00:00:00 2001 From: Sagar Patil Date: Tue, 7 Jan 2025 14:44:08 -0800 Subject: [PATCH] update config so it stalebot wait 90 days before closing --- .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