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"