From a33afe28cd4827795804004a3bc37b28b09053bd Mon Sep 17 00:00:00 2001 From: Sara Gibbons Date: Thu, 12 Jan 2023 17:59:19 -0500 Subject: [PATCH] Update stale workflow to no longer auto close pull requests https://github.com/actions/stale --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4ec74a4a..41d0eb92 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,3 +25,4 @@ jobs: stale-pr-message: 'This PR has not seen any action for a while! Closing for now, but it can be reopened at a later date.' stale-issue-label: 'no-issue-activity' stale-pr-label: 'no-pr-activity' + days-before-close: -1