diff --git a/.github/workflows/CloseInactiveIssues.yml b/.github/workflows/CloseInactiveIssues.yml index 02321c39..ce05a2f7 100644 --- a/.github/workflows/CloseInactiveIssues.yml +++ b/.github/workflows/CloseInactiveIssues.yml @@ -13,9 +13,9 @@ jobs: exempt-issue-labels: "keep" any-of-labels: "close-if-no-response" start-date: "2023-01-01T00:00:00Z" - stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically in 7 days.' + stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed automatically shortly.' days-before-issue-stale: 14 - days-before-issue-close: 7 + days-before-issue-close: 2 operations-per-run: 1000 close-issue-label: "wontfix" close-issue-reason: "not_planned"