From a059a653badae8ea3823381cda9b6db29d37a56d Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sat, 16 Jul 2022 15:08:29 -0400 Subject: [PATCH] ci: stale: Don't auto-close issues or PRs Users can't reopen them, so auto-closing tends to irritate users. Also, when developer activity drops, stale is less meaningful. --- .github/workflows/stale.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 2b0676c4..25d8b72b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,7 @@ jobs: with: close-issue-label: wontfix close-pr-label: wontfix + days-before-close: -1 exempt-issue-labels: - pinned - security @@ -33,11 +34,3 @@ jobs: - Special case Bug - Upstream bug - Feature Request - stale-issue-message: > - This issue has been automatically marked as stale because it has not - had recent activity. It will be closed if no further activity - occurs. Thank you for your contributions. - stale-pr-message: > - This pull request has been automatically marked as stale because it - has not had recent activity. It will be closed if no further - activity occurs. Thank you for your contributions.