From 45d9bbcfae17ba00280517542a357366b73d5ed2 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Wed, 14 May 2025 20:49:28 +1000 Subject: [PATCH] Update stale bot configuration to protect older issues --- .github/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/stale.yml b/.github/stale.yml index 933fab1f3..d8bcc83ec 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -30,3 +30,7 @@ exemptMilestones: true exemptAssignees: true # Only mark issues (not PRs) only: issues +# Exempt issues created before a certain date +exemptCreatedBefore: "2024-01-01T00:00:00Z" +# Starts checking issues only after the specified date +startDate: "2025-06-01T00:00:00Z"