From 50771023f7aefc72263c95926e12d7ac0d5bb774 Mon Sep 17 00:00:00 2001 From: Ryan Fox-Tyler <60440289+ryanfoxtyler@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:11:48 -0400 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 4f0a38bd..2255821a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,7 +1,7 @@ name: 'Close stale issues and PRs' on: schedule: - - cron: '00 02,14 * * *' + - cron: '00 02 * * *' permissions: issues: write @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/stale@v9 with: + days-before-issue-stale: 180 stale-issue-message: 'This issue has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' stale-pr-message: 'This PR has been stale for 60 days and will be closed automatically in 7 days. Comment to keep it open.' operations-per-run: 100