From 7e613cf228ab88d79be6c0d32a669504a21e7e1d Mon Sep 17 00:00:00 2001 From: NielsNL12 Date: Mon, 14 Sep 2026 22:03:45 -0400 Subject: [PATCH] Fix stale bot incorrectly claiming it will close PRs in 30 days (#6044) * Change stale closure date in description to correctly state 60 days rather than 30 * Fix typo --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 09d9d22d..c4a916c4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: days-before-stale: 730 days-before-pr-stale: -1 days-before-close: 60 - stale-issue-message: 'This issue has been automatically marked as stale and will be closed in 30 days because it has not had recent activity and is much likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.' + stale-issue-message: 'This issue has been automatically marked as stale and will be closed in 60 days because it has not had recent activity and is most likely outdated. If you think this issue is still relevant and applicable, you just have to post a comment and it will be unmarked.' stale-issue-label: "stale" ascending: true # Exempt the following types of issues from being staled