From 336b4a5690cee0714ae704348cb4944544fcdc99 Mon Sep 17 00:00:00 2001 From: "Joseph T. Lyons" Date: Tue, 24 Sep 2024 09:15:25 -0400 Subject: [PATCH] Tweak close stale issues configuration (#18275) Release Notes: - N/A --- .github/workflows/close_stale_issues.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close_stale_issues.yml b/.github/workflows/close_stale_issues.yml index afc28ec180..be69ee2682 100644 --- a/.github/workflows/close_stale_issues.yml +++ b/.github/workflows/close_stale_issues.yml @@ -18,10 +18,14 @@ jobs: Thanks for your help! close-issue-message: "This issue was closed due to inactivity; feel free to open a new issue if you're still experiencing this problem!" + # We will increase `days-before-stale` to 365 on or after Jan 24th, + # 2024. This date marks one year since migrating issues from + # 'community' to 'zed' repository. The migration added activity to all + # issues, preventing 365 days from working until then. days-before-stale: 180 days-before-close: 7 any-of-issue-labels: "defect,panic / crash" - operations-per-run: 100 + operations-per-run: 200 ascending: true enable-statistics: true stale-issue-label: "stale"